#68

Option for wrap-file middleware to serve symlinks

I discussed this change with @weavejester on IRC earlier this week. It's just like what it sounds like. Unfortunately, I couldn't think of a nice way to write a test for this.

  • Opened by lynaghk Apr 7, 2012
  • 19 comments
#67

ring.util.response/charset

Create a charset function that adds or changes the charset of a response.

#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
#65

run-jetty :configurator set to run last

This change allows for replacing the default proxy-handler with a custom handler; the benefit of this (for us) was to allow for logging custom timing and request information from the handler in a way that ...

  • Opened by logosity Mar 24, 2012
  • 2 comments
#64

Clean up ring.util.codec

Reminder.

#63

run-jetty :configurator set to run last

This change allows for replacing the default proxy-handler with a custom handler; the benefit of this (for us) was to allow for logging custom timing and request information from the handler in a way that ...

  • Opened by logosity Mar 22, 2012
  • 7 comments
#62

Support clj-time Intervals/DateTime for :max-age and :expires

This fixes #55. Each commit appears with a header and body description for what I've done. Here's a quick summary: - clj-time is a dependency for ring-core - Tests check that :max-age and :expires ...

  • Opened by KushalP Mar 19, 2012
  • 2 comments
#61

Simplify the equality check against 0

Replace this with (zero? ...)

#60

wrap-head middleware

Add some new middleware that proxies HTTP HEAD requests as GETs and the removes the body from the response. This will make it easier to support the HEAD method in Ring apps.

#59

Tests for SSL client certificate support

SSL client certificate support should have some tests.