Summary Period: 2000-12-29 to 2006-01-13
[root]/helma/src/helma/servlet
Total Lines Of Code:
1028 (2006-01-13 18:49)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 140 (100.0%) | 3155 (100.0%) | 22.5 |
hannes | 138 (98.6%) | 3143 (99.6%) | 22.7 |
stefanp | 2 (1.4%) | 12 (0.4%) | 6.0 |
* Encapsulate fields in ResponseTrans and make them private.
* Store response debug buffer in session over redirects (in addition to message).
7 lines of code changed in:
* Remove unused import statements.
4 lines of code changed in:
* Fix bug 443: http://helma.org/bugs/show_bug.cgi?id=443
check cookie domains for proxied request using the x-forwarded-for header.
10 lines of code changed in:
* Remaining public fields in RequestTrans converted to private, final where possible
* Added setters/getters
* Improved hashCode() implementation for RequestTrans
8 lines of code changed in:
Minor plastic surgery: move item.delete() up a few lines.
3 lines of code changed in:
Delete upload file item after usage.
3 lines of code changed in:
* Switch to Jakarta Commons FileUpload for handling file uploads.
* Introduce uploadSoftfail setting in apps.properties that allows
file upload errors to be cought by checking req.data.helma_upload_error
80 lines of code changed in:
Implement appname.protectedSessionCookie property in apps.properties.
If set to "false", session cookies will not be bound to the client's ip subnet.
57 lines of code changed in:
Make session cookie name configurable via sessionCookieName in apps.properties
(merge from helma_1_4)
13 lines of code changed in:
Merged in repository_patch branch. Plus these changes:
* Renamed helma.util.SourceProperties to helma.util.ResourceProperties
* Removed timing from helma.framework.core.RequestEvaluator
10 lines of code changed in:
Don't write out response body for HEAD requests.
6 lines of code changed in:
Skip response closing and writing if the response was already written
and committed by the application.
8 lines of code changed in:
Add support for res.getServletResponse() and res.servletResponse
3 lines of code changed in:
Try to generate a minimal HTML page in sendError()
9 lines of code changed in:
* Handle all HTTP methods (all the same way, this is temporary behaviour
until we find a way to deal with them)
* Add req.getMethod() that returns method name as string
* Add req.getServletRequest() that returns the HttpServletRequest object
for HTTP requests
* Set up req, path, session... objects for all types of requests
* Restructured helma.framework.core.RequestEvaluator to allow for more
cleanup in the future
5 lines of code changed in:
Remove abstract execute() method and add abstract getApplication().
Remove encoding instance variable and get it from application when needed.
40 lines of code changed in:
Removing RMI based servlet clients.
0 lines of code changed in:
Remove last traces of Commons Codec URLCodec.
1 lines of code changed in:
Remove lines that were unintentionally doubled with a previous patch.
Remove unused import statement.
2 lines of code changed in:
UrlEncoded fix from Jürg Lehni to use JDK 1.4 methods if available and
switch back to JDK 1.3 methods otherwise. Methods renamed to encode()
and decode(), respectively.
3 lines of code changed in:
(71 more)
Generated by StatCVS 0.2.2