Directory groovy/groovy-core/src/main/groovy/servlet/

Directory Created:
2003-11-23 00:36
Total Files:
6
Deleted Files:
0
Lines of Code:
1452

Browse with ViewVC

[root]/groovy/groovy-core/src/main/groovy/servlet

Lines of Code

groovy/groovy-core/src/main/groovy/servlet/ Lines of Code

Developers

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

Most Recent Commits

paulk 2007-03-07 04:28

JAVADOC: remove some warnings

1 lines of code changed in:

tug 2007-02-19 15:55

Add groovy.lang.GroovySsytem to hold system data

0 lines of code changed in:

tug 2007-02-17 15:27

First step in making MetaClass an interface

1 lines of code changed in:

mguillem 2006-08-30 08:18

fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)

3 lines of code changed in:

blackdrag 2006-06-06 15:28

avoid setting header the status code field after body is started

3 lines of code changed in:

cstein 2006-01-23 11:36

Fixed NPE in verbose mode when resource name pattern was specified.

6 lines of code changed in:

cstein 2005-07-29 12:36

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:

dierk 2005-07-27 13:01

make sure all information is available in Browser, log and System.err when script processing fails

10 lines of code changed in:

dierk 2005-07-20 15:36

do a bit less logging...

5 lines of code changed in:

dierk 2005-07-20 14:08

GROOVY-976 : allow Groovlets to map any url to any resource.

8 lines of code changed in:

cstein 2005-07-01 07:41

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:

cstein 2005-06-20 11:02

Marked new line bug work-around as deprecated. Needs more testing, especially under Linux!

5 lines of code changed in:

cstein 2005-06-18 08:53

Updated javdoc comments and examples to jsr-02 behaviour.

Correcte exception messages.

11 lines of code changed in:

cstein 2005-06-10 18:00

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:

cstein 2005-06-10 11:57

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:

cstein 2005-06-10 09:37

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:

cstein 2005-06-05 09:16



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:

cstein 2005-06-02 04:18

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:

cstein 2005-05-30 06:33

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:

cstein 2005-05-06 12:39

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)

Generated by StatSVN 0.3.2-SNAPSHOT