Story11Start - Full blown request headers
See StoriesExplained? for more infos about tasks. This story is based on the template at StoryTemplateStart
Status : closed
Date opened : 2007-02-12
List of tasks involved :
Task30Start,
Task31Start,
Task35Start
Testsuite : test/functional/main_controller_test.rb, test/functional/rules_generator_test.rb
Release version : 119
Story
User Colin wants to build a complete whitelisted ruleset for his application. This should include a restriction on all
typical http headers. Everthing should be inline editable of course. etc.
Changelog
2007-02-12 - Defining the headers
The
typical http headers are defined in
RequestHeaders.
We are not yet treating GET and POST parameters requests. This will be in one of the the next stories.
2007-02-15 - Settling for the time being
Ok, this works now, but it might not be very useful in practice, as the set of headers is set by
default and it can not be changed. This will not do for very long.