DO NOT REPLY [Bug 44669] try to get help at netscape

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44669 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r640706 [11/12] - in /tomcat/sandbox/tomcat-lite/tomcat-coyote: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/coyote/http11/filters/ org/apache/juli/ org/

2008-03-25 Thread Henri Gomez
> > Added: > tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.java > URL: > http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsIntrospectionSource.java?rev=

[EMAIL PROTECTED]: Project tomcat-trunk (in module tomcat-trunk) failed

2008-03-25 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-trunk has an issue affecting its community integration. This issue affects

Re: svn commit: r640706 [11/12] - in /tomcat/sandbox/tomcat-lite/tomcat-coyote: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/coyote/http11/filters/ org/apache/juli/ org/

2008-03-25 Thread Costin Manolache
I had this on my computer for a while, moved at very slow pace over the years - but it passes all 'watchdog' servlet and most jsp tests. I'll post more when I finish sumitting. Costin On 3/25/08, Henri Gomez <[EMAIL PROTECTED]> wrote: > > > > Added: > > > tomcat/sandbox/tomcat-lite/tomcat-coyo

svn commit: r640849 - in /tomcat/sandbox/tomcat-lite/coyote-extensions: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/adapters/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 08:14:18 2008 New Revision: 640849 URL: http://svn.apache.org/viewvc?rev=640849&view=rev Log: New dirs for possible coyote additions Added: tomcat/sandbox/tomcat-lite/coyote-extensions/ tomcat/sandbox/tomcat-lite/coyote-extensions/org/ tomcat/sandbox/t

svn commit: r640852 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 08:17:03 2008 New Revision: 640852 URL: http://svn.apache.org/viewvc?rev=640852&view=rev Log: A bunch of files to make it easier to load-test, profile, debug coyote. It can also be used to run simple servers with the maximum speed available - no tomcat or servlet en

svn commit: r640855 [3/6] - in /tomcat/sandbox/tomcat-lite/coyote-nio: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/uti

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/NioBlockingSelector.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/NioBlockingSelector.java?rev=640855&view=auto ===

svn commit: r640855 [6/6] - in /tomcat/sandbox/tomcat-lite/coyote-nio: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/uti

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java?rev=640855&view=auto =

svn commit: r640860 [5/6] - in /tomcat/sandbox/tomcat-lite/coyote-apr: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/jni/ org/apache/tomcat/util

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/tomcat/jni/Socket.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/tomcat/jni/Socket.java?rev=640860&view=auto == --- tomcat/sa

svn commit: r640860 [2/6] - in /tomcat/sandbox/tomcat-lite/coyote-apr: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/jni/ org/apache/tomcat/util

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/coyote/http11/InternalAprInputBuffer.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/coyote/http11/InternalAprInputBuffer.java?rev=640860&view=auto =

Re: svn commit: r640551 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2008-03-25 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: Author: markt Date: Mon Mar 24 13:09:15 2008 New Revision: 640551 URL: http://svn.apache.org/viewvc?rev=640551&view=rev Log: Clean-up unused import Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java Modified: tomcat/trunk/java/org/ap

svn commit: r640888 - /tomcat/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java

2008-03-25 Thread jfclere
Author: jfclere Date: Tue Mar 25 09:38:14 2008 New Revision: 640888 URL: http://svn.apache.org/viewvc?rev=640888&view=rev Log: Add missing public on constructor. Otherwise when using form based authentication: +++ java.lang.NoClassDefFoundError: org/apache/tomcat/util/http/NamesEnumerator

Re: svn commit: r640706 [11/12] - in /tomcat/sandbox/tomcat-lite/tomcat-coyote: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/coyote/http11/filters/ org/apache/juli/ org/

2008-03-25 Thread Henri Gomez
> > I had this on my computer for a while, moved at very slow pace over > the years - but it passes all 'watchdog' servlet and most jsp tests. > I'll post more when I finish sumitting. Having a tomcat light could be a very good alternative since many users use jetty for quick tests, ie when using

svn commit: r640897 - /tomcat/trunk/java/org/apache/tomcat/util/http/Parameters.java

2008-03-25 Thread jfclere
Author: jfclere Date: Tue Mar 25 10:02:02 2008 New Revision: 640897 URL: http://svn.apache.org/viewvc?rev=640897&view=rev Log: SavedRequest is the only one using T_STR instead T_BYTES. converting to T_BYTES allows to use utf8 encoded querystring with parameters and form based authentication. Mod

[EMAIL PROTECTED]: Project tomcat-trunk (in module tomcat-trunk) failed

2008-03-25 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-trunk has an issue affecting its community integration. This issue affects

svn commit: r640962 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 13:00:43 2008 New Revision: 640962 URL: http://svn.apache.org/viewvc?rev=640962&view=rev Log: Revert change from some work in progress that snuck in as part of an unrelated commit Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

Re: svn commit: r640551 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java

2008-03-25 Thread Mark Thomas
jean-frederic clere wrote: [EMAIL PROTECTED] wrote: Author: markt Date: Mon Mar 24 13:09:15 2008 New Revision: 640551 URL: http://svn.apache.org/viewvc?rev=640551&view=rev That breaks the builds. Sorry. My bad. Should be fixed now. Mark ---

Tomcat Header Injection

2008-03-25 Thread Jim Manico
I'm continuing to do a security review of Tomcat 5.5 for my company. I noticed that linefeeds get ripped out of header values which stops header injection attacks cold. Whoever did this, I commend you. Many other containers do not. You Rock. Can anyone point me to the code that does this? Bes

Re: Tomcat Header Injection

2008-03-25 Thread Mark Thomas
Jim Manico wrote: I'm continuing to do a security review of Tomcat 5.5 for my company. I noticed that linefeeds get ripped out of header values which stops header injection attacks cold. Whoever did this, I commend you. Many other containers do not. You Rock. Can anyone point me to the code t

Re: Tomcat Header Injection

2008-03-25 Thread Filip Hanik - Dev Lists
Jim Manico wrote: I'm continuing to do a security review of Tomcat 5.5 for my company. I noticed that linefeeds get ripped out of header values which stops header injection attacks cold. Whoever did this, I commend you. Many other containers do not. You Rock. InternalInputBuffer.java InternalA

svn commit: r640994 - /tomcat/trunk/webapps/docs/config/ajp.xml

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:27:04 2008 New Revision: 640994 URL: http://svn.apache.org/viewvc?rev=640994&view=rev Log: Fix bug 44541 - document packetSize for the AJP connector. Modified: tomcat/trunk/webapps/docs/config/ajp.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL:

svn commit: r640998 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:31:02 2008 New Revision: 640998 URL: http://svn.apache.org/viewvc?rev=640998&view=rev Log: Propose fix for 44541 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

svn commit: r641001 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:31:46 2008 New Revision: 641001 URL: http://svn.apache.org/viewvc?rev=641001&view=rev Log: Propose fix for bug 44541 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5

DO NOT REPLY [Bug 44541] Document packetSize attribute

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-03-25 14:30:21 PST --- The has been fixed in trunk and proposed for 5.5.x (and 6.0.x). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

svn commit: r641020 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:37:51 2008 New Revision: 641020 URL: http://svn.apache.org/viewvc?rev=641020&view=rev Log: Votes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=

Re: Tomcat Header Injection

2008-03-25 Thread Jim Manico
Thank you very much, Mark and Filip. - Jim Jim Manico wrote: I'm continuing to do a security review of Tomcat 5.5 for my company. I noticed that linefeeds get ripped out of header values which stops header injection attacks cold. Whoever did this, I commend you. Many other containers do not.

svn commit: r641023 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:39:34 2008 New Revision: 641023 URL: http://svn.apache.org/viewvc?rev=641023&view=rev Log: Add bug ref Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=

svn commit: r641030 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 14:55:46 2008 New Revision: 641030 URL: http://svn.apache.org/viewvc?rev=641030&view=rev Log: Propose the alternative fix for BZ44494 that we used in TC6 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.ap

svn commit: r641031 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-25 Thread rjung
Author: rjung Date: Tue Mar 25 14:56:34 2008 New Revision: 641031 URL: http://svn.apache.org/viewvc?rev=641031&view=rev Log: Vote. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=641031

svn commit: r641033 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-25 Thread rjung
Author: rjung Date: Tue Mar 25 14:58:25 2008 New Revision: 641033 URL: http://svn.apache.org/viewvc?rev=641033&view=rev Log: Vote. Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=

svn commit: r641042 - /tomcat/current/tc4.1.x/STATUS.txt

2008-03-25 Thread rjung
Author: rjung Date: Tue Mar 25 15:12:35 2008 New Revision: 641042 URL: http://svn.apache.org/viewvc?rev=641042&view=rev Log: Add proposed docs change patch for TC 4.1: don't include dev snapshots of JK docs, link to released version instead Modified: tomcat/current/tc4.1.x/STATUS.txt Mod

svn commit: r641043 - in /tomcat/trunk/java/org/apache: catalina/connector/InputBuffer.java tomcat/util/buf/B2CConverter.java

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 15:13:49 2008 New Revision: 641043 URL: http://svn.apache.org/viewvc?rev=641043&view=rev Log: Revert original proposal for BZ44494 since an alternative patch was committed to 6.0.x Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java t

svn commit: r641051 - /tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 15:21:57 2008 New Revision: 641051 URL: http://svn.apache.org/viewvc?rev=641051&view=rev Log: Apply the patch for BZ44494 that was applied to 6.0.x Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java Modified: tomcat/trunk/java/org/apache

DO NOT REPLY [Bug 44673] New: ServletInputStream still readable even when closed

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44673 Summary: ServletInputStream still readable even when closed Product: Tomcat 5 Version: Unknown Platform: All OS/Version: All Status: NEW Severity: normal Prio

svn commit: r641057 - /tomcat/current/tc4.1.x/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 15:43:49 2008 New Revision: 641057 URL: http://svn.apache.org/viewvc?rev=641057&view=rev Log: Vote Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt?rev=6

svn client config (was Re: svn commit: r640706 [1/12] - in /tomcat/sandbox/tomcat-lite ...)

2008-03-25 Thread Rahul Akolkar
On 3/25/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: costin > Date: Mon Mar 24 23:01:43 2008 > New Revision: 640706 > > URL: http://svn.apache.org/viewvc?rev=640706&view=rev > Log: > Baseline copy of coyote and tomcat/util from tomcat6 - removed old AIO > connector and all assoc

svn commit: r641073 - /tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 16:19:15 2008 New Revision: 641073 URL: http://svn.apache.org/viewvc?rev=641073&view=rev Log: Code clean-up. Remove unused code. Fix generics related warnings. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/connector/InputBuffer.java Mod

svn commit: r641076 - in /tomcat/trunk/java/org/apache/catalina/connector: InputBuffer.java LocalStrings.properties

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 16:36:56 2008 New Revision: 641076 URL: http://svn.apache.org/viewvc?rev=641076&view=rev Log: Fix bug 44673. Throw IOE if stream is closed and a call is made to any read(), ready(), mark(), reset(), or skip() method as per javadocs for Reader. Modified: tomcat/

svn commit: r641077 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 16:40:06 2008 New Revision: 641077 URL: http://svn.apache.org/viewvc?rev=641077&view=rev Log: Propose patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?re

svn commit: r641078 - /tomcat/current/tc5.5.x/STATUS.txt

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 16:40:14 2008 New Revision: 641078 URL: http://svn.apache.org/viewvc?rev=641078&view=rev Log: Propose patch Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.

svn commit: r641079 - in /tomcat: connectors/trunk/jk/jkstatus/conf/ connectors/trunk/jk/jkstatus/example/ connectors/trunk/jk/xdocs/miscellaneous/ container/tc5.5.x/catalina/src/bin/ container/tc5.5.

2008-03-25 Thread markt
Author: markt Date: Tue Mar 25 16:47:22 2008 New Revision: 641079 URL: http://svn.apache.org/viewvc?rev=641079&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44556 Use new filename for coommons-logging-api jar Modified: tomcat/connectors/trunk/jk/jkstatus/conf/jkstatus-t

DO NOT REPLY [Bug 44556] Filename for commons-logging-api changed, but config files doesn't changed.

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44556 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #23 from Remy Maucherat <[EMAIL PROTECTED]> 2008-03-25 18:27:12 PST --- Ok, first of all thanks a lot for the test case (I wouldn't be able to write a good multibyte test to save my life). As with the original bug, the pro

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #24 from Filip Hanik <[EMAIL PROTECTED]> 2008-03-25 19:04:21 PST --- when I ran the test: it fails consistently with tomcat/6.0.x/trunk after updating tomcat/trunk to the latest(same fix as in 6.0.x)it also fails consiste

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #25 from Remy Maucherat <[EMAIL PROTECTED]> 2008-03-25 19:34:24 PST --- The first step is to reproduce the problem (which is easy for me with TC 6.0 trunk and the latest version of the test case). After fixing the update of

svn commit: r641134 - in /tomcat/sandbox/tomcat-lite: build.xml external/jasper.jar external/javax.annotation.jar external/javax.servlet.jar resources/coyote-lite.MF resources/deploy.MF resources/tomc

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 20:53:53 2008 New Revision: 641134 URL: http://svn.apache.org/viewvc?rev=641134&view=rev Log: Fix build file (still missing lots of files), remove old Added: tomcat/sandbox/tomcat-lite/resources/coyote-lite.MF (with props) Removed: tomcat/sandbox/tomcat-l

svn commit: r641135 - in /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite: ./ TomcatLiteNoConnectorTest.java TomcatLiteTest.java

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:10:10 2008 New Revision: 641135 URL: http://svn.apache.org/viewvc?rev=641135&view=rev Log: 2 simple tests/examples of starting/embedding tomcat-lite Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite/ tomcat/sandbox/tomcat-lite/test/org/apac

svn commit: r641137 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:12:31 2008 New Revision: 641137 URL: http://svn.apache.org/viewvc?rev=641137&view=rev Log: Added missing file, few small corrections and eol Added: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/CoyoteMain.java (with props) Modi

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 --- Comment #26 from Suzuki Yuichiro <[EMAIL PROTECTED]> 2008-03-25 21:11:57 PST --- (In reply to comment #23) > cb.setLimit(cb.getStart() + cnt); > cb.append( result, 0, cnt ); cb.append() doesn't modify cb.start and cb.start is set

svn commit: r641149 - in /tomcat/sandbox/tomcat-lite: ./ coyote-extensions/org/apache/coyote/adapters/ coyote-nio/org/apache/coyote/http11/ java/org/apache/tomcat/servlets/file/ tomcat-coyote/org/apac

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:55:13 2008 New Revision: 641149 URL: http://svn.apache.org/viewvc?rev=641149&view=rev Log: Should build now, still missing some files Removed: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/EchoAdapter.java tomcat/sandbox/tomc

svn commit: r641160 [4/4] - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat: lite/ servlets/addon/ servlets/config/ servlets/file/ servlets/log/ servlets/sec/ servlets/session/ servlets/util/ ut

2008-03-25 Thread costin
Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/servlets/util/RequestUtil.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/servlets/util/RequestUtil.java?rev=641160&r1=641159&r2=641160&view=diff ==

svn commit: r641161 - in /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite: SimpleServlet.java TomcatLiteNoConnectorTest.java

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 22:37:15 2008 New Revision: 641161 URL: http://svn.apache.org/viewvc?rev=641161&view=rev Log: Missed one file, check error response Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite/SimpleServlet.java (with props) Modified: tomcat/sandbox/to

svn commit: r641162 - /tomcat/sandbox/tomcat-lite/.classpath

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 22:46:41 2008 New Revision: 641162 URL: http://svn.apache.org/viewvc?rev=641162&view=rev Log: Classpath for eclipse, 'ant download' before importing ( needs valid ../../tomcat6 build, or tc6.home property ) Modified: tomcat/sandbox/tomcat-lite/.classpath Modi