svn commit: r677507 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default build.xml dist.xml res/tomcat.nsi

2008-07-17 Thread mturk
Author: mturk Date: Wed Jul 16 23:14:31 2008 New Revision: 677507 URL: http://svn.apache.org/viewvc?rev=677507view=rev Log: Backport r676510 from trunk. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/build.xml

DO NOT REPLY [Bug 45406] Decoding URI encoded in UTF-16 does not work correctly.

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45406 --- Comment #9 from Ran Rubinstein [EMAIL PROTECTED] 2008-07-17 01:17:48 PST --- (In reply to comment #8) Of course, whether or not that is a good idea is another question. So yes, if a server needs to support these kinds of

Re: Feedback for Bayeux contribution

2008-07-17 Thread Yoav Shapira
On Wed, Jul 16, 2008 at 9:47 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'd like some feedback on the contribution, before I call for a vote for inclusion thanks Filip [EMAIL PROTECTED] wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=45413 I'm happy to welcome this

Re: Feedback for Bayeux contribution

2008-07-17 Thread Remy Maucherat
On Thu, 2008-07-17 at 07:39 -0400, Yoav Shapira wrote: On Wed, Jul 16, 2008 at 9:47 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'd like some feedback on the contribution, before I call for a vote for inclusion thanks Filip [EMAIL PROTECTED] wrote:

Re: Feedback for Bayeux contribution

2008-07-17 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: BTW - any docs associated with this ? For example, what's the relation with JMS and other products/APIs ? Briefly looking at the code - it would be nice to include javadocs at least on the public APIs, org.apache.cometd.bayeux is javadoc:ed, that's the public API,

Re: Feedback for Bayeux contribution

2008-07-17 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: On Thu, 2008-07-17 at 07:39 -0400, Yoav Shapira wrote: On Wed, Jul 16, 2008 at 9:47 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'd like some feedback on the contribution, before I call for a vote for inclusion thanks Filip [EMAIL PROTECTED] wrote:

Re: Feedback for Bayeux contribution

2008-07-17 Thread Costin Manolache
On Thu, Jul 17, 2008 at 7:00 AM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Thu, 2008-07-17 at 07:39 -0400, Yoav Shapira wrote: On Wed, Jul 16, 2008 at 9:47 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'd like some feedback on the contribution,

Feedback on new startup class

2008-07-17 Thread Costin Manolache
Following Filip's example :-) Please check http://people.apache.org/~costin/startup/ for a new class I would like to add to tomcat(head), and an associated example/unit test. It allows a jetty-like mode of programmatic loading/config of tomcat, without any config file. I know the 'official' way

DO NOT REPLY [Bug 45419] New: Return Accept-Ranges from DefaultServlet

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 Summary: Return Accept-Ranges from DefaultServlet Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority:

Re: Feedback on new startup class

2008-07-17 Thread Yoav Shapira
On Thu, Jul 17, 2008 at 10:37 AM, Costin Manolache [EMAIL PROTECTED] wrote: Please check http://people.apache.org/~costin/startup/ for a new class I would like to add to tomcat(head), and an associated example/unit test. It allows a jetty-like mode of programmatic loading/config of tomcat,

Re: Feedback for Bayeux contribution

2008-07-17 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: On Thu, Jul 17, 2008 at 7:00 AM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Remy Maucherat wrote: On Thu, 2008-07-17 at 07:39 -0400, Yoav Shapira wrote: On Wed, Jul 16, 2008 at 9:47 PM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote:

DO NOT REPLY [Bug 45392] No OCSP support for client SSL verification

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45392 Aristotelis [EMAIL PROTECTED] changed: What|Removed |Added Attachment #22253|0 |1 is

DO NOT REPLY [Bug 45419] Return Accept-Ranges from DefaultServlet

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 --- Comment #1 from Will Rowe [EMAIL PROTECTED] 2008-07-17 08:02:53 PST --- We might have lost sight of the issue here; this issue is not whether or not it's possible to encode utf-16-le, it's that the URI was not encoded in that

DO NOT REPLY [Bug 45419] Return Accept-Ranges from DefaultServlet

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 --- Comment #2 from Will Rowe [EMAIL PROTECTED] 2008-07-17 08:09:48 PST --- Ignore comment #1; bugzilla navigation bites again; this relates to another issue. -- Configure bugmail:

DO NOT REPLY [Bug 45406] Decoding URI encoded in UTF-16 does not work correctly.

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45406 --- Comment #10 from Will Rowe [EMAIL PROTECTED] 2008-07-17 08:11:57 PST --- We might have lost sight of the issue here; this issue is not whether or not it's possible to encode utf-16-le, it's that the URI was not encoded in that

Re: Feedback on new startup class

2008-07-17 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: Following Filip's example :-) Please check http://people.apache.org/~costin/startup/ for a new class I would like to add to tomcat(head), and an associated example/unit test. It allows a jetty-like mode of programmatic loading/config of tomcat, without any config file.

DO NOT REPLY [Bug 42727] CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42727 --- Comment #4 from gui [EMAIL PROTECTED] 2008-07-17 08:29:57 PST --- Any chance of getting this fix in tomcat 5.5 ? After a few hours of debugging my application, i finally discovered this bug was the root cause. It's still there in

Re: Feedback for Bayeux contribution

2008-07-17 Thread Costin Manolache
Thanks, my +1 on committing it to tomcat, seems like a good start and a good example on how to use the async stuff. Costin On Thu, Jul 17, 2008 at 7:50 AM, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: Costin Manolache wrote: On Thu, Jul 17, 2008 at 7:00 AM, Filip Hanik - Dev Lists

svn commit: r677640 - in /tomcat/trunk: java/org/apache/catalina/startup/Tomcat.java test/org/apache/catalina/startup/ test/org/apache/catalina/startup/TomcatStartupAPITest.java

2008-07-17 Thread costin
Author: costin Date: Thu Jul 17 10:14:47 2008 New Revision: 677640 URL: http://svn.apache.org/viewvc?rev=677640view=rev Log: Add a non-config starter for tomcat. All you need is the classpath including tomcat and the servlets - no config file. There is a requirement for a temp directory - the

DO NOT REPLY [Bug 45421] New: security audit refers to version 5

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45421 Summary: security audit refers to version 5 Product: Tomcat 6 Version: unspecified Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-doc/security-

DO NOT REPLY [Bug 45421] security audit refers to version 5

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45421 Mark Thomas [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45422] New: typo corrections, ssl-howto

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45422 Summary: typo corrections, ssl-howto Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

svn commit: r677709 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 13:29:25 2008 New Revision: 677709 URL: http://svn.apache.org/viewvc?rev=677709view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42678 Only ignore docBase it it really is a subdir of appBase. Patch provided by juergen. Modified:

svn commit: r677714 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 13:37:29 2008 New Revision: 677714 URL: http://svn.apache.org/viewvc?rev=677714view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42722 Possible NPE in CGI Servlet Modified: tomcat/tc6.0.x/trunk/STATUS.txt

DO NOT REPLY [Bug 45422] typo corrections, ssl-howto

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45422 --- Comment #1 from David Barnes [EMAIL PROTECTED] 2008-07-17 13:39:46 PST --- Created an attachment (id=22274) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22274) second patch file -- Configure bugmail:

DO NOT REPLY [Bug 45423] New: typo corrections, Tomcat home page

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45423 Summary: typo corrections, Tomcat home page Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2

svn commit: r677728 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/el/parser/ELParser.jjt webapps/docs/changelog.xml

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 14:09:35 2008 New Revision: 677728 URL: http://svn.apache.org/viewvc?rev=677728view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42565 Make EL ternary expression without space before colon work. Patch provided by Lucas Galfaso. This is just the

svn commit: r677729 - in /tomcat/tc6.0.x/trunk/java/org/apache/el/parser: ELParser.java ELParserConstants.java ELParserTokenManager.java

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 14:16:37 2008 New Revision: 677729 URL: http://svn.apache.org/viewvc?rev=677729view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42565 Make EL ternary expression without space before colon work. Update the generated code. Modified:

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

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 14:29:46 2008 New Revision: 677736 URL: http://svn.apache.org/viewvc?rev=677736view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r677759 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteReader.java

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 15:09:18 2008 New Revision: 677759 URL: http://svn.apache.org/viewvc?rev=677759view=rev Log: Fix bug 42727. Handle request lines that are exact multiples of 4096 in length. Patch provided by Will Pugh. Modified:

svn commit: r677760 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 15:12:43 2008 New Revision: 677760 URL: http://svn.apache.org/viewvc?rev=677760view=rev Log: (empty) Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 42727] CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size

2008-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42727 --- Comment #5 from Mark Thomas [EMAIL PROTECTED] 2008-07-17 15:14:32 PST --- Thanks for the patch. It has been applied to trunk and proposed for 6.0.x and 5.5.x. -- Configure bugmail:

svn commit: r677773 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2008-07-17 Thread markt
Author: markt Date: Thu Jul 17 16:12:03 2008 New Revision: 63 URL: http://svn.apache.org/viewvc?rev=63view=rev Log: Remove pre-loading of inner class that was removed as part of r605000. Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified:

Re: [VOTE] Release build 6.0.17

2008-07-17 Thread Mark Thomas
Mark Thomas wrote: There is something screwy with my TC6 build environment. On a different machine I can't reproduce this. I suspect my related patch is bad too. I'll do some more testing tonight with my main environment. In the meantime, I withdraw my Beta vote. I got to the bottom of this