We’ve found 88 issues

#80

Update ring-devel/src/ring/middleware/stacktrace.clj

Catch all Throwaables, not just Exceptions, so that (assert ...) works inside handlers.

#69

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 ...

#70

nitpicking, but the missing "ring/" broke my stride

.. I found my pace pretty fast though. A beginner might not have.

  • Opened by klang Apr 25, 2012
  • 1 comment
#32

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 ...

#30

create a finagle adapter

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 ...

#66

Fixes for Issue#54.

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 ...

  • Opened by shanmuha Mar 24, 2012
  • 1 comment
#11

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 ...

  • Opened by ndimiduk Feb 6, 2011
  • 1 comment
#12

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 ...

  • Opened by lolownia Feb 21, 2011
  • 1 comment
#15

Stacktrace changes

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 ...

  • Opened by youngnh Apr 6, 2011
  • 1 comment
#16

properly structure stacktrace html

fix to correctly nest html generated by wrap-stacktrace middleware

  • Opened by youngnh Apr 7, 2011
  • 1 comment