-
weavejester committed
Mar 24, 2012 -
Fixed wrap-cookies with form-decode-str function
Cookies still need to be www-form-urlencoded using the URLEncoder and URLDecoder classes to maintain backward compatibility.
weavejester committedMar 24, 2012 -
form-decode decodes into strings or maps
weavejester committedMar 24, 2012 -
Protocol for form-encode to support strings and maps
weavejester committedMar 24, 2012
-
Technically correct version of URL/percent-encoding
Java's URLEncoder and URLDecoder classes don't follow the URL-encoding format precisely, instead encoding strings in the slightly different www-form-urlencoded format. This commit ensures that the url-encode and url-decode functions work correctly, leaving it up to the form-encode and form-decode functions to handle data encoded in the www-form-urlencoded format.
weavejester committedMar 23, 2012 -
Moved assoc-param to ring.util.data/assoc+
weavejester committedMar 23, 2012
-
Merge pull request #49 from rjack/parse-params-exposed
Refactor parameter parsing
weavejester committedMar 22, 2012 -
Added wrap-head middleware (fixes #60)
weavejester committedMar 22, 2012
-
Replaced references to ring.util.test with ring.util.io (fixes #57)
weavejester committedMar 21, 2012 -
Merge pull request #62 from KushalP/master
Support clj-time Intervals/DateTime for :max-age and :expires
weavejester committedMar 21, 2012
-
Add clj-time Intervals/DateTime for :max-age and :expires (fixes #55)
- Add a test for :max-age and :expires to (wrap-cookies ...). There were no real tests to exercise the base input cases (int, string) which the comment block states. This test just makes sure it fulfils that contract. - clj-time is now a project dependency - :max-age accepts an Interval as input. Updated (write-attr-map ...) to accept an Interval (from JodaTime) as well as an int. The interface from clj-time is used. - :expires accepts a DateTime object. It converts the DateTime object in the equivalent RFC822 which the cookie spec requires. - Added pre-conditions for :max-age and :expires to make sure that they only accept Interval and DateTime, respectively.
KushalP committedMar 17, 2012 -
Updated project.clj files to Leiningen 2
weavejester committedMar 19, 2012 -
Moved string-input-stream to ring.util.io (see #57)
weavejester committedMar 19, 2012 -
Added piped-input-stream function and test (see #57)
weavejester committedMar 19, 2012
-
Cookie parsing handles invalid URL-encoded cookies (fixes #51)
weavejester committedMar 17, 2012 -
Merge pull request #61 from KushalP/master
Simplify the equality check against 0
weavejester committedMar 17, 2012
-
Reduced default max number of Jetty threads to 50
Cloud environments like Heroku tend to have limit how many native threads you can have per process. Setting a lower default value means people won't be caught out as easily.
weavejester committedMar 4, 2012 -
Added Google group link to README
weavejester committedMar 4, 2012
-
Updated Codox dependency to 0.5.0
weavejester committedMar 3, 2012 -
A better place for examples would be linked from the wiki.
weavejester committedMar 3, 2012 -
A lot of the information in the README can be put in the wiki instead. Now the README contains a brief overview, installation instructions, and a link to the API docs and wiki.
weavejester committedMar 3, 2012 -
Upgraded Hiccup dependency to 1.0.0-beta1
weavejester committedMar 3, 2012 -
Updated Apache Commons dependencies
weavejester committedMar 3, 2012
-
Support for KeyStore instances in Jetty adapter
weavejester committedMar 1, 2012 -
Fixed setTrustStore method name
weavejester committedMar 1, 2012 -
Revert "Added :trust-all? option to run-jetty"
The Jetty 7 API docs are not always accurate about what a function does. The setTrustAll method only applies when there is no keystore or truststore, rendering it useless for client certificates. This reverts commit 00bb43e.
weavejester committedMar 1, 2012
-
Added :trust-all? option to run-jetty
weavejester committedFeb 25, 2012 -
Refactored SSL to remove deprecated methods
weavejester committedFeb 25, 2012 -
weavejester committed
Feb 25, 2012 -
weavejester committed
Feb 25, 2012 -
Updated Jetty dependency to 7.6.1
weavejester committedFeb 25, 2012 -
Client certificate option for Jetty adapter
weavejester committedFeb 25, 2012
-
Updated clj-http dev dependency
weavejester committedFeb 23, 2012 -
Updated project version to 1.1.0-SNAPSHOT
weavejester committedFeb 23, 2012