We’ve found 87 issues

#1

does wrap-reload need to enforce a 1-arg function?

So this isn't strictly a ring fix, but aleph is pretty similar, and the only thing keeping one from using ring.middleware.reload with aleph is the arity of the function returned by wrap-reload (aleph ...

#3

Allow for a IFn to be passed back as the body object

I needed to be able to safely stream data out via a ring http server. The way I came up with was by having the rendering logic open the output stream and then pass it back to a callback function which ...

  • Opened by cheddar Oct 28, 2010
  • 1 comment
#4

Fix response body newline bug

just found out that the ring-servlet is appending a newline to the request body when it updates the HttpServletResponse with a string. this newline triggered a bug on some of our really strict client libraries ...

  • Opened by gugl Nov 9, 2010
  • 1 comment
#7

Fixing an issue with InputStream that represents response body not getting closed

When the response body is an InputStream that gets copied to the response's OutputStream, if the OutputStream gets broken (e.g., the client interrupts the transfer), the InputStream will not get closed ...

#8

SessionStore and wrap-session documentation

I recently implemented a session store on top of Redis (https://github.com/paraseba/rrss), and I noticed some outdated and incomplete documentation for session store implementers. My English is not very ...

  • Opened by paraseba Dec 13, 2010
  • 3 comments
#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
#13

add mime-type

Hi, I wanted a mime-type of ".htc" and after googled I found that there are a lack of mime-types in default-mime-type. So I added all mime-types which is not in default-mime-type. I used following ...

  • Opened by hozumi Mar 9, 2011
  • 5 comments
#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