Simple README update for Clojure newbies like me : )
I just added a little extra information to the README file showing which dependency to add to your project.clj file to get started.
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 ...
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.
url-decode blowing up on round-trip url-encode/url-decode
I can url-encode an XML string. When I url-decode the returned value, I'm getting an index out-of-bounds on String in percent-decode (v 1.1.0): xception in thread "main" java.lang.StringIndexOutOfBoundsException: ...
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 ...
Hello, I'd like to use parse-params in my code but it's private. This change makes it public, as it can be useful as generic query strring parser. (for example I'd like to use it to capture ...
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 ...
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.