[root]/src/au/com/whitesquare/waf/servlet
parameter
(4 files, 442 lines)
resolver
(5 files, 588 lines)
path
(2 files, 162 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 70 (100.0%) | 4064 (100.0%) | 58.0 |
| steve | 69 (98.6%) | 4040 (99.4%) | 58.5 |
| garth | 1 (1.4%) | 24 (0.6%) | 24.0 |
Fixed bug in processing pre and post paths.
7 lines of code changed in:
Repackaged as now only used with the PropetyCommandResolver.
0 lines of code changed in:
Removed commandKey as was to PropertyResolver specific.
Contexts have been updated to pre and post path sets.
71 lines of code changed in:
Parameter parsing has been updated to return a new WAFRequest, instead
of updating it.
6 lines of code changed in:
Update to allow the CommandResolver to be more generic and manage
its own destiny. No longer does it have to resolve from a specific String
but can now located what ever information it wants from the request
to determine which command to process.
11 lines of code changed in:
New command to hold Command Resolution information.
Expected to expand in the future.
30 lines of code changed in:
Updated logic in relation to the way commands are resolved.
The existing BCS code was specific to the Property Key resolver
way, and so the 'commandKeyResolver' is now obsolete in this
class, and has been moved to the PropertyResolver.
Parameter parsing is still used, to enable different ways to locate
parameter, but the resolution of the Command has been updated.
546 lines of code changed in:
Added isPost logic to the command structure.
607 lines of code changed in:
Updated plugin logic to allow access to the servletconfig.
50 lines of code changed in:
Added logic to expose the Response to the command.
This change was initiated so that the encodeURL function of the response could be used.
22 lines of code changed in:
Updated javadoc.
17 lines of code changed in:
Removed obsolete response and cleaned up object names.
17 lines of code changed in:
Updated javadoc.
Errors are now sent as HTTPErrorResponses.
Removed the forward method (now in JSPForwardResponse)/
Cleaned up unused code.
61 lines of code changed in:
Now supports XML log4j configuration files.
If the filename supplied by getLog4JFilename returns a string ending in xml
then the DOMConfigurator is used, else the existing PropertyConfigurator
is used.
16 lines of code changed in:
Updated javadoc and moved some logic into response.
155 lines of code changed in:
Updated javadoc comments.
57 lines of code changed in:
Removed obsolete class.
0 lines of code changed in:
Added the ability to send files as a response instead of executing a jsp.
The first response type can serv any file on local disk.
34 lines of code changed in:
Updated to process the context.
20 lines of code changed in:
Updated interface to accept a WAFRequest and add content to that.
6 lines of code changed in:
(27 more)