Update ring-devel/src/ring/middleware/stacktrace.clj
Catch all Throwaables, not just Exceptions, so that (assert ...) works inside handlers.
Optional context configuation added to jetty
Its now possible to add a context to the jetty adapter; enable jetty adapter to mimic the same context as when deploying a war file, then the filename is used as the context name. ex : customer.war ...
nitpicking, but the missing "ring/" broke my stride
.. I found my pace pretty fast though. A beginner might not have.
New SessionStore backed by HttpSession
Hi, On the noir group we've been discussing Google App Engine deploys which are clustered. We agreed it would be useful to have a ring SessionStore that targeted the HttpSession provided by the servlet ...
I created an adapter for Twitter's Finagle RPC system. I'm new to clojure and I used this as a learning experience so some of the code may be a little rough. I'd love to hear any feedback ...
Fixed the described issues - moved private resource-style function to ring.util.resource for getting resource files as stylesheets. dump would also return html5 now. Ring keys updated to added ssl-client-cert ...
ring.middleware.params: Use keywords for param keys
The protocol between ring.middleware.params and compojure routes appears to have drifted since your blog post was authored. The example code demonstrates definition of a route with parameters defined as ...
Add another handler body type: callback
Hi! I have a scenario, where I want to return a result of XSLT transformation (that's XML templating). I'm using a Saxon processor, which accepts OutputStream (or Writer) and serializes a formatted ...
The current stacktrace middleware improperly nests the html <body> in it's <head> tag. Additionally, it does not include the causes of an exception, only the topmost exception ...
properly structure stacktrace html
fix to correctly nest html generated by wrap-stacktrace middleware