Re: svn commit: r791139 - in /tomcat/trunk/java/org/apache/jasper/el: ELContextWrapper.java ExpressionEvaluatorImpl.java

2009-07-05 Thread Mark Thomas
Konstantin Kolinko wrote: Fixed it myself, in rev.791186. Don't worry. Thanks, but I am going to have to revert. Those are spec classes. I should not have made my original change. Mark - To unsubscribe, e-mail:

svn commit: r791219 - in /tomcat/trunk/java: javax/el/ELContext.java org/apache/el/lang/EvaluationContext.java org/apache/jasper/el/ELContextWrapper.java

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 11:11:57 2009 New Revision: 791219 URL: http://svn.apache.org/viewvc?rev=791219view=rev Log: Revert generics changes that require changes in spec classes Modified: tomcat/trunk/java/javax/el/ELContext.java

svn commit: r791224 - in /tomcat/trunk/java/org/apache/jasper/compiler: Generator.java PageInfo.java

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 11:30:22 2009 New Revision: 791224 URL: http://svn.apache.org/viewvc?rev=791224view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 Revert previous fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=37933 and implement an alternative

DO NOT REPLY [Bug 38797] 5.5.12 and 5.5.15 emit different code on jsp:getProperty

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 --- Comment #5 from Mark Thomas ma...@apache.org 2009-07-05 04:38:22 PST --- Thanks for the test case. I reverted the fix for 37933 and implemented an alternative that doesn't have the issue described here. It also throws an error at

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 11:38:15 2009 New Revision: 791228 URL: http://svn.apache.org/viewvc?rev=791228view=rev Log: Propose fix for 38797 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

svn commit: r791235 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 12:38:17 2009 New Revision: 791235 URL: http://svn.apache.org/viewvc?rev=791235view=rev Log: Remove deprecated methods that are no longer used Modified: tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java Modified:

I find a bug in tomcat 4.1.x or later version(5.x,6.x)

2009-07-05 Thread jun ma
Dear Tomcat organization: I think I find a bug in tomcat, I explain it in the document.The document is in the attachment. Or I paste it directly following: When I use logic:iterator(struts) labels in tomcat 4.1.x or later version(5.x,6.x), I find a problem. This problem don’t appear in

Re: svn commit: r791139 - in /tomcat/trunk/java/org/apache/jasper/el: ELContextWrapper.java ExpressionEvaluatorImpl.java

2009-07-05 Thread Konstantin Kolinko
2009/7/5 Mark Thomas ma...@apache.org: Konstantin Kolinko wrote: Fixed it myself, in rev.791186. Don't worry. Thanks, but I am going to have to revert. Those are spec classes. I should not have made my original change. Oh, I see that now. Best regards, Konstantin Kolinko

svn commit: r791243 - in /tomcat/trunk/java/org/apache/jasper: compiler/TagLibraryInfoImpl.java resources/LocalStrings.properties

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 13:25:21 2009 New Revision: 791243 URL: http://svn.apache.org/viewvc?rev=791243view=rev Log: Improve error message to include TDL uri when there is a problem with a tld so user knows which TLD to look at Modified:

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 13:44:02 2009 New Revision: 791245 URL: http://svn.apache.org/viewvc?rev=791245view=rev Log: Propose fix for 38897 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 38897] Invalid TLDs receive cryptic error

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment

DO NOT REPLY [Bug 38997] install4iis.js doesn't work on Windows 2003 Server

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38997 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r791254 - in /tomcat: container/tc5.5.x/webapps/docs/jasper-howto.xml tc6.0.x/trunk/webapps/docs/jasper-howto.xml trunk/webapps/docs/jasper-howto.xml

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 14:24:43 2009 New Revision: 791254 URL: http://svn.apache.org/viewvc?rev=791254view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39089 Add a know issues section to the Jasper docs detailing the error described in 39089 and providing some possible

DO NOT REPLY [Bug 39089] java.lang.InternalError: name is too long to represent

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39089 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: svn commit: r791224 - in /tomcat/trunk/java/org/apache/jasper/compiler: Generator.java PageInfo.java

2009-07-05 Thread Konstantin Kolinko
2009/7/5 ma...@apache.org: Author: markt Date: Sun Jul  5 11:30:22 2009 New Revision: 791224 URL: http://svn.apache.org/viewvc?rev=791224view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 Revert previous fix for

DO NOT REPLY [Bug 39396] OPTIONS request on directory with no default file reports an incorrect list of allowed HTTP verbs

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39396 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 39637] AJP13 connector does not handle chain of SSL client certificate

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39637 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 37869] Cannot obtain client certificate with SSL / client certificate authentication using APR components

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37869 Mark Thomas ma...@apache.org changed: What|Removed |Added CC|

DO NOT REPLY [Bug 37869] Cannot obtain client certificate with SSL / client certificate authentication using APR components

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37869 Andre Cruz an...@cabine.org changed: What|Removed |Added CC|andre.c...@co.sapo.pt | -- Configure

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 15:32:38 2009 New Revision: 791258 URL: http://svn.apache.org/viewvc?rev=791258view=rev Log: proposal Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 47464] Do not include *.class files into src archives of TC 5.5

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47464 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2009-07-05 08:33:39 PST --- I prepared patch and proposed it for 5.5. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

Re: svn commit: r791224 - in /tomcat/trunk/java/org/apache/jasper/compiler: Generator.java PageInfo.java

2009-07-05 Thread Mark Thomas
Konstantin Kolinko wrote: 2009/7/5 ma...@apache.org: Author: markt Date: Sun Jul 5 11:30:22 2009 New Revision: 791224 URL: http://svn.apache.org/viewvc?rev=791224view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 Revert previous fix for

[g...@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2009-07-05 Thread Stefan Bodewig
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 gene...@gump.apache.org. Project tomcat-catalina has an issue affecting its community integration. This

Re: svn commit: r791224 - in /tomcat/trunk/java/org/apache/jasper/compiler: Generator.java PageInfo.java

2009-07-05 Thread Konstantin Kolinko
2009/7/5 Mark Thomas ma...@apache.org: Konstantin Kolinko wrote: 2009/7/5  ma...@apache.org: Author: markt Date: Sun Jul  5 11:30:22 2009 New Revision: 791224 URL: http://svn.apache.org/viewvc?rev=791224view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38797 Revert

svn commit: r791308 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:23:57 2009 New Revision: 791308 URL: http://svn.apache.org/viewvc?rev=791308view=rev Log: add indent Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java URL:

svn commit: r791310 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:26:13 2009 New Revision: 791310 URL: http://svn.apache.org/viewvc?rev=791310view=rev Log: missprint Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:26:56 2009 New Revision: 791311 URL: http://svn.apache.org/viewvc?rev=791311view=rev Log: vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:28:30 2009 New Revision: 791312 URL: http://svn.apache.org/viewvc?rev=791312view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:40:59 2009 New Revision: 791317 URL: http://svn.apache.org/viewvc?rev=791317view=rev Log: vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 20:41:53 2009 New Revision: 791318 URL: http://svn.apache.org/viewvc?rev=791318view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 21:03:53 2009 New Revision: 791321 URL: http://svn.apache.org/viewvc?rev=791321view=rev Log: votes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

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

2009-07-05 Thread kkolinko
Author: kkolinko Date: Sun Jul 5 21:12:17 2009 New Revision: 791322 URL: http://svn.apache.org/viewvc?rev=791322view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: I find a bug in tomcat 4.1.x or later version(5.x,6.x)

2009-07-05 Thread Mark Thomas
jun ma wrote: Dear Tomcat organization: I think I find a bug in tomcat, I explain it in the document.The document is in the attachment. Or I paste it directly following: I haven't looked at this at all but... It is best if you create a Bugzilla entry for this so it doesn't get lost.

svn commit: r791326 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 21:45:32 2009 New Revision: 791326 URL: http://svn.apache.org/viewvc?rev=791326view=rev Log: As of JDK 1.4, JSSE was no longer a separate download No need to include it in the startup scripts Modified: tomcat/trunk/bin/catalina.bat

svn commit: r791328 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 21:48:51 2009 New Revision: 791328 URL: http://svn.apache.org/viewvc?rev=791328view=rev Log: Add the CLAASSPATH to the output (will be useful while working on 39194 as well as generally useful to see if it has been modified from the default) Fix a minor alignment

Re: I find a bug in tomcat 4.1.x or later version(5.x,6.x)

2009-07-05 Thread Mark Thomas
Konstantin Kolinko wrote: 2009/7/5 jun ma fancy@gmail.com: logic:iterate id=element name=keys % Integer myElement = (Integer)element; List myList = (List)myMap.get(myElement); *if* (myList == *null* || myList.size() = 1) {

svn commit: r791331 - in /tomcat/trunk/bin: catalina.bat catalina.sh setclasspath.bat setclasspath.sh

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 22:46:51 2009 New Revision: 791331 URL: http://svn.apache.org/viewvc?rev=791331view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39194 Align classpath for all platforms: - only add tools.jar to the classpath when required - document optional

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 22:50:35 2009 New Revision: 791332 URL: http://svn.apache.org/viewvc?rev=791332view=rev Log: Propose script improvements 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 39194] classpath inconsistent between Windows and Unix for tools.jar

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39194 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment

svn commit: r791334 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/LocalStrings.properties catalina/src/share/org/apache/catalina/connector/Request.java webapps/docs/

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 23:03:23 2009 New Revision: 791334 URL: http://svn.apache.org/viewvc?rev=791334view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37794 Add support for reading POST parameters when using chunked encoding Modified:

DO NOT REPLY [Bug 37794] getParameter() fails on POST with transfer-encoding: chunked

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=37794 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r791335 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JspRuntimeContext.java

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 23:08:11 2009 New Revision: 791335 URL: http://svn.apache.org/viewvc?rev=791335view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38352 Make temp dir writable to JSPs as well as servlets when running under a security manager Modified:

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 23:08:50 2009 New Revision: 791336 URL: http://svn.apache.org/viewvc?rev=791336view=rev Log: Remove applied fixes Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

DO NOT REPLY [Bug 38352] Additional Entries for Default catalina.policy file.

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38352 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: [g...@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2009-07-05 Thread Konstantin Kolinko
2009/7/5 Stefan Bodewig bode...@apache.org: 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 gene...@gump.apache.org. Project tomcat-catalina has an issue

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 23:17:33 2009 New Revision: 791339 URL: http://svn.apache.org/viewvc?rev=791339view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2009-07-05 Thread markt
Author: markt Date: Sun Jul 5 23:34:11 2009 New Revision: 791342 URL: http://svn.apache.org/viewvc?rev=791342view=rev Log: Vote Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL:

Re: [g...@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2009-07-05 Thread Konstantin Kolinko
2009/7/6 Konstantin Kolinko knst.koli...@gmail.com: 2009/7/5 Stefan Bodewig bode...@apache.org: 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

Re: [g...@vmgump]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2009-07-05 Thread Stefan Bodewig
On 2009-07-06, Konstantin Kolinko knst.koli...@gmail.com wrote: According to Gump metadata (http://svn.apache.org/repos/asf/gump/metadata/project/jakarta-servletapi-4.xml), the sources for the servletapi build were taken from tomcat/servletapi/branches/other/servlet2.3-jsp1.2-tc4.x/ASF That

DO NOT REPLY [Bug 39637] AJP13 connector does not handle chain of SSL client certificate

2009-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39637 Patrik Schnellmann schnellm...@switch.ch changed: What|Removed |Added Status|RESOLVED