openstreetmap-website/app
Tom Hughes c2c2535b73 Make sure we always read the body of a PUT or POST request
Unfortunately if a PUT or POST request that has a body fails to
read it then Apache will sometimes fail to return the response it
is given to the client properly, instead erroring:

  https://issues.apache.org/bugzilla/show_bug.cgi?id=44782

To work round this we call rewind on the body for every request using
a filter, which forces it to be fetched from Apache into a file.
2012-11-01 12:45:37 +00:00
..
assets Fix history sidebar for small screens 2012-10-31 00:09:45 +00:00
controllers Make sure we always read the body of a PUT or POST request 2012-11-01 12:45:37 +00:00
helpers Make it easier to test RTL layout 2012-10-26 21:36:59 +01:00
models Trust Google and Yahoo to return valid email addresses 2012-10-30 19:14:45 +00:00
views Simplify handling of verified emails in OpenID signup 2012-10-30 21:43:38 +00:00