- Mar 26, 2008
-
-
Ceki Gulcu authored
- dropped retrotranslator support
-
- Mar 23, 2008
-
-
Ceki Gulcu authored
-
- Mar 19, 2008
-
-
Ceki Gulcu authored
- additional assertion in JettyBasicTest
-
- Mar 13, 2008
-
-
Ceki Gulcu authored
getResponseContent after serialization. The idea is, as expalined in comment 3, to make a copy of the contents of various httpRequest and httpResponse fields (without serializing httpRequest and httpResponse). Also note many converters in the c.q.l.acces.Pattern package *cannot* deal with null values returned by various get methods in AccessEvent. Thus, it is not enough to avoid NPE as accomplished by attachment 21 (dated 2008-01-28 21:39:11) but also to return valid values. Comment 3: http://bugzilla.qos.ch/show_bug.cgi?id=109#c3
-
- Feb 04, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jan 28, 2008
-
-
Ceki Gulcu authored
The defensive code compensating for the bug in 0.9.8 until 0.9.9 is released was not merged because it is a workaround hiding the true logic of the code. void buildResponseHeaderMap() { if (responseHeaderMap == null) { if(serverAdapter != null) { <-- ---- not merged responseHeaderMap = serverAdapter.buildResponseHeaderMap(); } else { responseHeaderMap = new HashMap<String, String>(); } } }
-
- Jan 25, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Now, only Context's have a property map. A number of classes has to change to reflect this change. - first-step to using JUnit 4.
-
Ceki Gulcu authored
-
- Jan 23, 2008
-
-
Ceki Gulcu authored
-
-
- Oct 04, 2007
-
-
Ceki Gulcu authored
see also http://mojo.codehaus.org/retrotranslator-maven-plugin/index.html
-
- Sep 11, 2007
-
-
Ceki Gulcu authored
- updates to documentation - replaced slf4j-api-1.4.0.jar with slf4j-api-1.4.3.jar
-
- Sep 06, 2007
-
-
Ceki Gulcu authored
- removing logback-core/lib directory
-
- Aug 21, 2007
-
-
Ceki Gulcu authored
- adding resource reading capability in IncludeFileAction (see bug 89) cleaning up IncludeFileActionTest.java - other minor changes
-
- Jun 22, 2007
-
-
Ceki Gulcu authored
-
- May 29, 2007
-
-
Ceki Gulcu authored
- Preparing release 0.9.7. [1] http://bugzilla.qos.ch/show_bug.cgi?id=75 [2] http://bugzilla.qos.ch/show_bug.cgi?id=76
-
- May 24, 2007
-
-
Ceki Gulcu authored
- marking release 0.9.4 - a small improvement to ConverterTest
-
- Apr 05, 2007
-
-
Ceki Gulcu authored
-
- Apr 02, 2007
-
-
Ceki Gulcu authored
- starting work on 0.9.6-SNAPSHOT
-
- Mar 29, 2007
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Mar 28, 2007
-
-
Ceki Gulcu authored
- We now avoid polluting the output with image contents which most of the time look like gibberish anyhow.
-
- Mar 27, 2007
-
-
Ceki Gulcu authored
Significantly more robust TeeFilter. This version does not barf - on images, css files etc. - application/x-www-form-urlencoded requests If the request is application/x-www-form-urlencoded, TeeFilter attempts to recreate the input altough it might be able to do so only approximately
-
- Mar 26, 2007
-
-
Ceki Gulcu authored
-
- Mar 20, 2007
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Mar 19, 2007
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Mar 05, 2007
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
- Feb 26, 2007
-
-
Ceki Gulcu authored
reverting to previous config of retrotranslator plugin
-
Sebastien Pennec authored
-
- Feb 19, 2007
-
-
Ceki Gulcu authored
Minor fixes
-
- Jan 31, 2007
-
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-
Sebastien Pennec authored
-