Module helma/src/helma/servlet/

back to main page

Summary Period: 2000-12-29 to 2006-01-13

Modules

[root]/helma/src/helma/servlet

Lines of Code


Total Lines Of Code: 1028 (2006-01-13 18:49)

Authors

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

Most Recent Commits

hannes 2006-01-13 17:50

* 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:

hannes 2005-12-12 18:48

* Remove unused import statements.

4 lines of code changed in:

hannes 2005-11-03 15:03

* 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:

hannes 2005-08-19 00:55

* 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:

hannes 2005-07-29 15:41

Minor plastic surgery: move item.delete() up a few lines.

3 lines of code changed in:

hannes 2005-07-29 15:37

Delete upload file item after usage.

3 lines of code changed in:

hannes 2005-07-29 13:45

* 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:

hannes 2005-04-22 15:23

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:

hannes 2005-03-11 16:36

Make session cookie name configurable via sessionCookieName in apps.properties
(merge from helma_1_4)

13 lines of code changed in:

hannes 2005-03-10 17:54

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:

hannes 2005-01-31 18:05

Don't write out response body for HEAD requests.

6 lines of code changed in:

hannes 2005-01-28 14:52

Skip response closing and writing if the response was already written
and committed by the application.

8 lines of code changed in:

hannes 2005-01-28 14:16

Add support for res.getServletResponse() and res.servletResponse

3 lines of code changed in:

hannes 2005-01-27 13:10

Try to generate a minimal HTML page in sendError()

9 lines of code changed in:

hannes 2005-01-25 17:13

* 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:

hannes 2004-09-15 15:28

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:

hannes 2004-09-15 14:22

Removing RMI based servlet clients.

0 lines of code changed in:

hannes 2004-09-15 14:19

Remove last traces of Commons Codec URLCodec.

1 lines of code changed in:

hannes 2004-09-15 14:13

Remove lines that were unintentionally doubled with a previous patch.
Remove unused import statement.

2 lines of code changed in:

hannes 2004-09-15 13:15

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