DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 --- Comment #6 from Mark Thomas 2009-06-05 16:53:10 PST --- No problem. http://www.apache.org/dev/contributors.html is probably the best we have. If you have any questions just ask on the dev list. -- Configure bugmail: https://issue

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 --- Comment #5 from Mark Thomas 2009-06-05 16:49:32 PST --- Yep, that patch was the culprit although a little indirectly. It has been fixed in trunk and the patch proposed for 6.0.x. I've also added it to the 5.5.x back port -- Conf

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 23:48:57 2009 New Revision: 782171 URL: http://svn.apache.org/viewvc?rev=782171&view=rev Log: Add extra patch required to prevent regression Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/view

DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 --- Comment #5 from Olivier Croisier 2009-06-05 16:46:18 PST --- (In reply to comment #4) > Bugs aren't closed until a patch has been applied to a release branch. Sorry, that was my first patch submission ever (but not the last I hop

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 23:37:21 2009 New Revision: 782168 URL: http://svn.apache.org/viewvc?rev=782168&view=rev Log: Propose fix for 47318 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

DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

svn commit: r782166 - /tomcat/trunk/java/org/apache/jasper/compiler/Parser.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 23:35:14 2009 New Revision: 782166 URL: http://svn.apache.org/viewvc?rev=782166&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 Process include preludes and codas when processing directives and whole pages. Modified: tomcat/trunk/java/

DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 Olivier Croisier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 --- Comment #2 from Olivier Croisier 2009-06-05 16:32:12 PST --- Created an attachment (id=23767) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23767) A proposed tomcat-users DTD -- Configure bugmail: https://issues.apa

DO NOT REPLY [Bug 43548] xml schema for tomcat-users.xml

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43548 --- Comment #1 from Olivier Croisier 2009-06-05 16:31:13 PST --- Created an attachment (id=23766) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23766) Added a DTD import header in tomcat-users.xml -- Configure bugmail:

DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 --- Comment #8 from Xie Xiaodong 2009-06-05 15:52:16 PST --- Just add encoding="ISO-8859-1" at the end of all javac element. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 --- Comment #7 from Xie Xiaodong 2009-06-05 15:51:22 PST --- The patch proposed by Konstantin Kolinko works fine for me. I think we could close this issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=e

DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 --- Comment #6 from Konstantin Kolinko 2009-06-05 15:00:11 PST --- One correction: There is an easier way: use encoding="ISO-8859-1" attribute on the javac task. I see no need for the explicit . -- Configure bugmail: https://issues.

DO NOT REPLY [Bug 47299] Cannot override StandardContext in embedding case because of StandardSession.fireContainerEvent

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47299 --- Comment #2 from Mark Thomas 2009-06-05 14:40:52 PST --- Fixed in trunk and proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 21:40:48 2009 New Revision: 782147 URL: http://svn.apache.org/viewvc?rev=782147&view=rev Log: Propose fix for 47299 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: r782145 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 21:38:44 2009 New Revision: 782145 URL: http://svn.apache.org/viewvc?rev=782145&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47299 Simplify fireContainerEvent method and enable it to work with implementations that extend StandardContext. See

DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 --- Comment #5 from Mark Thomas 2009-06-05 14:21:29 PST --- Created an attachment (id=23765) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23765) Proposed patch using ISO-8859-1 The source files aren't UTF-8 encoded. They

DO NOT REPLY [Bug 47149] Build fail (encoding error)on Chinese version Windows XP OS

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47149 --- Comment #4 from Mark Thomas 2009-06-05 14:13:49 PST --- Ignore my last comment. This isn't fixed in trunk yet. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail b

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 --- Comment #4 from Mark Thomas 2009-06-05 13:59:28 PST --- I'll take a look. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 Tim Funk changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from Tim Funk

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 17:38:03 2009 New Revision: 782074 URL: http://svn.apache.org/viewvc?rev=782074&view=rev Log: Propose fix for regression Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 17:34:13 2009 New Revision: 782073 URL: http://svn.apache.org/viewvc?rev=782073&view=rev Log: Propose fix for 47316 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

DO NOT REPLY [Bug 47316] In config file, Service and engine names must match

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47316 --- Comment #3 from Mark Thomas 2009-06-05 10:32:12 PST --- Created an attachment (id=23764) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23764) Proposed patch to fix this issue Given it was me who removed ServerFactory

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 fitness_ma...@yahoo.com changed: What|Removed |Added Attachment #23763|include-prelude issue |include-prelude sample

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 --- Comment #2 from fitness_ma...@yahoo.com 2009-06-05 08:46:05 PST --- Created an attachment (id=23763) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23763) include-prelude issue I forgot to mention that this happened whe

DO NOT REPLY [Bug 47320] New: Decoding jsessionid bug on z/os

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47320 Summary: Decoding jsessionid bug on z/os Product: Tomcat 6 Version: 6.0.18 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2

svn commit: r782032 - in /tomcat/trunk/java/org/apache/catalina: connector/Connector.java core/AprLifecycleListener.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 14:42:43 2009 New Revision: 782032 URL: http://svn.apache.org/viewvc?rev=782032&view=rev Log: Differentiate between APR having been initialised and being available. Changes the meaning of aprInitialized so will not propose for back port. Modified: tomcat/trunk/

DO NOT REPLY [Bug 47316] In config file, Service and engine names must match

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47316 --- Comment #2 from Remy Maucherat 2009-06-05 07:09:48 PST --- Actually, you can fix it by removing the use of ServerFactory, and get the engine through the connector. -- Configure bugmail: https://issues.apache.org/bugzilla/userpre

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 14:05:38 2009 New Revision: 782021 URL: http://svn.apache.org/viewvc?rev=782021&view=rev Log: Cancel patch proposal. It stops APR working altogether. My local testing initially showed this was OK. Must have got something wrong in my test env somewhere. Working on a

svn commit: r782013 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 13:47:50 2009 New Revision: 782013 URL: http://svn.apache.org/viewvc?rev=782013&view=rev Log: Fix the logic for the min version tests Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/

svn commit: r782010 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 13:17:28 2009 New Revision: 782010 URL: http://svn.apache.org/viewvc?rev=782010&view=rev Log: Allow trunk to work with native trunk (1.2.x) and the 1.1.x branch. Update recommended version to latest. Note minor version number changes are meant to be binary compatible

svn commit: r782007 - /tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 13:11:42 2009 New Revision: 782007 URL: http://svn.apache.org/viewvc?rev=782007&view=rev Log: Fix wording on version warning message Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/catalina/cor

svn commit: r782005 - /tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 13:04:27 2009 New Revision: 782005 URL: http://svn.apache.org/viewvc?rev=782005&view=rev Log: Simplify logging. Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListe

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 12:47:21 2009 New Revision: 782002 URL: http://svn.apache.org/viewvc?rev=782002&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: r782000 - in /tomcat/trunk/java/org/apache/catalina: connector/Connector.java core/AprLifecycleListener.java

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 12:45:13 2009 New Revision: 782000 URL: http://svn.apache.org/viewvc?rev=782000&view=rev Log: Don't try an init APR in the connector. Let the listener do it. Prevents unexpected enabling of APR just because the DLL is present. Modified: tomcat/trunk/java/org/ap

DO NOT REPLY [Bug 47319] New: With APR, getRemoteHost() returns NULL for unknown clients

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47319 Summary: With APR, getRemoteHost() returns NULL for unknown clients Product: Tomcat Native Version: unspecified Platform: PC OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 47318] Tomcat 6.0.20 does not include imports from included JSP

2009-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47318 Tim Funk changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Tim Fu

[SECURITY] CVE-2009-0580 UPDATED Apache Tomcat User enumeration vulnerability with FORM authentication

2009-06-05 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Updated to clarify affected versions as they vary for each affected Realm. CVE-2009-0580: Tomcat information disclosure vulnerability Severity: Low Vendor: The Apache Software Foundation Versions Affected: MemoryRealm: Tomcat 4.1.0 to 4.1.39 Tomc

svn propchange: r781751 - svn:log

2009-06-05 Thread markt
Author: markt Revision: 781751 Modified property: svn:log Modified: svn:log at Fri Jun 5 07:45:26 2009 -- --- svn:log (original) +++ svn:log Fri Jun 5 07:45:26 2009 @@ -0,0 +1 @@ +Fix various WebDAV compliance issues ide

svn propchange: r781763 - svn:log

2009-06-05 Thread markt
Author: markt Revision: 781763 Modified property: svn:log Modified: svn:log at Fri Jun 5 07:44:53 2009 -- --- svn:log (original) +++ svn:log Fri Jun 5 07:44:53 2009 @@ -0,0 +1,2 @@ +Fix https://issues.apache.org/bugzilla

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

2009-06-05 Thread Mark Thomas
Konstantin Kolinko wrote: > 2009/6/4 : > == >> --- tomcat/tc6.0.x/trunk/STATUS.txt (original) >> +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Jun 4 15:39:21 2009 >> @@ -132,3 +132,9 @@ >> http://svn.apache.org/viewvc/httpd

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

2009-06-05 Thread markt
Author: markt Date: Fri Jun 5 07:37:58 2009 New Revision: 781933 URL: http://svn.apache.org/viewvc?rev=781933&view=rev Log: Fix typo in patch reference 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