[root]/groovy/groovy-core/src/main/groovy/servlet
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 64 (100.0%) | 3772 (100.0%) | 58.9 |
| cstein | 28 (43.8%) | 1964 (52.1%) | 70.1 |
| jstrachan | 5 (7.8%) | 971 (25.7%) | 194.2 |
| spullara | 16 (25.0%) | 500 (13.3%) | 31.2 |
| glaforge | 4 (6.3%) | 303 (8.0%) | 75.7 |
| dierk | 3 (4.7%) | 23 (0.6%) | 7.6 |
| mguillem | 2 (3.1%) | 3 (0.1%) | 1.5 |
| blackdrag | 1 (1.6%) | 3 (0.1%) | 3.0 |
| tug | 3 (4.7%) | 2 (0.1%) | 0.6 |
| phk | 1 (1.6%) | 2 (0.1%) | 2.0 |
| paulk | 1 (1.6%) | 1 (0.0%) | 1.0 |
JAVADOC: remove some warnings
1 lines of code changed in:
Add groovy.lang.GroovySsytem to hold system data
0 lines of code changed in:
First step in making MetaClass an interface
1 lines of code changed in:
fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)
3 lines of code changed in:
avoid setting header the status code field after body is started
3 lines of code changed in:
Fixed NPE in verbose mode when resource name pattern was specified.
6 lines of code changed in:
Unified servlet parameter names. See javadoc for details.
Re-implemented match/replace using compiled pattern in getResourceConnection() - instead of String.replaceAll().
Better cache hit reporting of TemplateServlet in verbose mode.
278 lines of code changed in:
make sure all information is available in Browser, log and System.err when script processing fails
10 lines of code changed in:
do a bit less logging...
5 lines of code changed in:
GROOVY-976 : allow Groovlets to map any url to any resource.
8 lines of code changed in:
Closing bug 861 and related issues.
Removed deprecated method from TemplateServlet.
Reformatted to accomplish Groovy Code Style.
Added more servlet mappings to the groovlet-examples.
Added simple xml demo ... needs more work.
Added 2 new jmock jars to the classpath.
490 lines of code changed in:
Marked new line bug work-around as deprecated. Needs more testing, especially under Linux!
5 lines of code changed in:
Updated javdoc comments and examples to jsr-02 behaviour.
Correcte exception messages.
11 lines of code changed in:
Fixed NPE in catch block and re-formatted the entire file to the Groovy code style. Sorry for the not nice diff.
83 lines of code changed in:
Renamed implicite bound variable to sound more javaish.
From "header" to "headers" - it's a map and
from "param" to "params" - it's a map, too.
Updated the corresponding comments. Confluence don't mention those variables - it needs a major lifting, anyway.
60 lines of code changed in:
Removed inner hash map class - not setting response headers by default, which blocked setting response headers at a later time.
Added a lot of sanity checks concerning default and implicite bound variables.
Testing the Eclipse 3.x code formatter. :)
108 lines of code changed in:
o Added debug code helping to fix http://jira.codehaus.org/browse/GROOVY-861 someday. See getScriptUri method in AbstractHttpServlet.
o Moved "MetaClass.setReflectionEnabled(true)" to the init block of the abstract servlet.
o Updated/finished some java and inlinedocs.
o Changed Eclipses ".classpath" to export ANTLR and ASM to depending projects.
63 lines of code changed in:
Fixed subdirectory bug by using the entire request uri, not only the last element, namely the file name.
Removed private member 'ServletContext sc', the super class handles it.
12 lines of code changed in:
Fixed http://jira.codehaus.org/browse/GROOVY-852 by using the new "getScriptUriAsFile()" method from the AbstractHttpServlet.
Also removed the automatic renaming of "*.xyz"-mapped files to "*.groovy" - this only leads to 404 pages for me.
Made the AbstractHttpServlet implement ResourceConnector - maybe, the TemplateServlet (or others) can make use of it.
Added some comment to the servlet binding class.
162 lines of code changed in:
Re-activated "generated-by-block" and removed Java 5 java.io.Writer method calls. Sorry for breaking the build -- will install and use a 1.4 JDK when working on Groovy.
7 lines of code changed in:
(28 more)