summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-6/+6
* Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-0/+16
* Adding a model accessor to the Request classLuke Kanies2009-03-201-0/+17
* Requests now use default environment when none is specifiedLuke Kanies2009-03-201-0/+4
* Adding environment support to the REST URILuke Kanies2009-03-201-0/+17
* Moving the query_string method to RequestLuke Kanies2009-03-201-0/+74
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-4/+10
* Providing better indirection authorization errorsLuke Kanies2009-02-191-0/+8
* Changing how the Configurer interacts with the cacheLuke Kanies2009-02-061-4/+12
* Adding support for skipping cached indirection instances.Luke Kanies2009-02-061-0/+8
* Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-0/+12
* Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-1/+21
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-261-0/+31
* Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+8
* Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-0/+24
* Intermediate commit.Luke Kanies2008-04-081-9/+9
* Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-0/+15
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-081-0/+40