We’ve found 88 issues

#27

Make Jetty SSL Connector respect :host option

In ring.adapter.jetty/run-jetty, the :host option is used for the non-SSL Connector, but not for the SSL Connector. This means that the SSL Connector binds to 0.0.0.0 even if :host is set, which is unexpected ...

  • Opened by thobbs Aug 12, 2011
#24

Allow http-only cookies.

  • Opened by ithayer Aug 4, 2011
  • 3 comments
#20

Set character encoding for response according to 'charset' field of 'Content-Type' header

Hello again! This is fixed fix for my last pull request. Hope I'm doing this right. Regards, Nick.

#22

Fix for wrap-nested-params and multi-valued parameters without '[]'

I recently had to use a multiple select box on an HTML form, but didn't end the parameter name with "[]". wrap-params correctly transforms "foo=bar&foo=baz" into {"foo" ...

#21

Here's a fix for the wrap-params issue

I played around with several variations of this, but in the end it seems best to just fall out to nil when it can't decode a parameter. I tried this by patching the jar in place on my project and ...

  • Opened by abedra Jun 22, 2011
  • 9 comments
#19

Set default character encoding for response to UTF-8

Hello! I recently started to develop a web-application using ring and jetty and faced a problem with non-english content: letters in server response were substituted for question marks. Setting "character-encoding" ...

#18

include Exception causes in stacktrace

for more complete reporting on errors

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

0.2 Fixing an issue with response body as InputStream

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

  • Opened by mtopolnik Nov 21, 2010
  • 2 comments
#16

properly structure stacktrace html

fix to correctly nest html generated by wrap-stacktrace middleware

  • Opened by youngnh Apr 7, 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