Displaying 2 results from an estimated 2 matches for "atompub".
2007 Oct 23
4
Weird application/x-www-form-urlencoded bug
Hello,
I experienced a weird bug today, while implementing an AtomPub server.
I pasted all the story and bug details here : http://p.caboo.se/110125
It maybe be related to http://code.whytheluckystiff.net/camping/ticket/142 ...
I am using
- mongrel 1.0.1
- camping 1.5
Cheers,
--
Simon Rozet <simon at rozet.name>
2008 Jan 04
1
Howto write a mongrel handler for a CGI app using CGIWrapper
...rel::HttpServer.new(''0.0.0.0'', 4000)
h.register(''/'', Mongrel::RedirectHandler.new(''/ape/index.html''))
h.register(''/ape'', Mongrel::DirHandler.new(File.dirname(__FILE__) +
''/layout'', true))
h.register(''/atompub/go'', ApeHandler.new)
h.run.join
]]]
--
Simon Rozet <simon at rozet.name>