summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd_rewrite.erl
AgeCommit message (Expand)Author
2011-05-27COUCHDB-1074 - fix variable substitution in rewriterRobert Newson
2011-03-19merge trunk. COUCHDB-1094Benoit Chesneau
2010-11-30Merged revision 1040603 from trunk:Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-07improve rewriter. No< it's possible to pass a variable in path as <var>Benoit Chesneau
2010-08-08Removing unnecessary guard in function clause (superceeded by pattern matching).Filipe David Borba Manana
2010-08-07fix warning about unused RestMatch variable.Robert Newson
2010-08-04add wildcard support in query args so it's now possible to have rulesBenoit Chesneau
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-06-05fix #COUCHDB-787 . thanks!Benoit Chesneau
2010-05-19Unused variable.Jan Lehnardt
2010-05-05rewriter security to allow isolation of databases via subdomainsJohn Christopher Anderson
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-03-28allows more complex keys in the rewriter, so it could ease theBenoit Chesneau
2010-02-19Add virtual host handling.Jan Lehnardt
2010-02-18remove trailing whitespaceJan Lehnardt
2010-02-03add default_fun and url_handlers to #http. It's useful for any customBenoit Chesneau
2010-02-02would have been strange to be abble ../../_changes and notBenoit Chesneau
2010-02-01improve object handling from query member of the rule. Allow to handleBenoit Chesneau
2010-02-01typoBenoit Chesneau
2010-01-31add url rewriting support.Benoit Chesneau