DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 genspring changed: What|Removed |Added Attachment #26275|0 |1 is obsolete|

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 genspring changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 --- Comment #5 from genspring 2010-11-09 22:52:42 EST --- Created an attachment (id=26275) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26275) Fix the spec broken code in related code of this bug. Hello, the fix of this bug r

Re: Objections about formatting options to time stamp in access log

2010-11-09 Thread sebb
On 9 November 2010 21:35, Rainer Jung wrote: > On 08.11.2010 16:16, Rainer Jung wrote: >> >> A typical annoyance when combining Apache web server and Tomcat is the >> difference in access log timestamp. Apache logs the beginning of the >> request, Tomcat logs the end of the request. >> >> I added

svn commit: r1033341 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/http11/Http11NioProtocol.java webapps/docs/changelog.xml

2010-11-09 Thread kkolinko
Author: kkolinko Date: Wed Nov 10 03:27:42 2010 New Revision: 1033341 URL: http://svn.apache.org/viewvc?rev=1033341&view=rev Log: Improve recycling of processors in Http11NioProtocol: always call processor.recycle() before calling recycledProcessors.offer(processor); Modified: tomcat/tc6.0.x

DO NOT REPLY [Bug 48870] avoid parallel arrays of base types

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48870 --- Comment #2 from Christopher Schultz 2010-11-09 17:45:05 EST --- Ralf, Why did you submit a patch with deprecated items in it? Instead of documenting the items to be deprecated, just go all the way with the enum. Also, I'm not sure th

DO NOT REPLY [Bug 50234] JspC use servlet 3.0 features

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50234 --- Comment #1 from Christopher Schultz 2010-11-09 17:34:42 EST --- 4) Use annotations (independent from #1-#3 in comment #0) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 50242] Sample log4j configuration does not match default JULI-based configuration

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50242 --- Comment #2 from Christopher Schultz 2010-11-09 17:29:23 EST --- Created an attachment (id=26274) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26274) Sample log4j configuration that matches default java.util.logging config

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

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 22:15:39 2010 New Revision: 1033266 URL: http://svn.apache.org/viewvc?rev=1033266&view=rev Log: Withdraw my patch, vote for Konstantin's jfclere's concerns are addressed by the patch (keystorePass will be used if present) Modified: tomcat/tc6.0.x/trunk/STATUS.t

DO NOT REPLY [Bug 50242] Sample log4j configuration does not match default JULI-based configuration

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50242 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Mark

DO NOT REPLY [Bug 50242] New: Sample log4j configuration does not match default JULI-based configuration

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50242 Summary: Sample log4j configuration does not match default JULI-based configuration Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW

Re: Objections about formatting options to time stamp in access log

2010-11-09 Thread Rainer Jung
On 08.11.2010 16:16, Rainer Jung wrote: A typical annoyance when combining Apache web server and Tomcat is the difference in access log timestamp. Apache logs the beginning of the request, Tomcat logs the end of the request. I added a feature to Apache trunk (will become 2.4) to make it configur

Re: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2010-11-09 Thread Konstantin Kolinko
2010/11/9 Rafael Nunes Verger : > > Like this error: https://issues.apache.org/bugzilla/show_bug.cgi?id=30450 > > Any ideas? 1. Support / troubleshooting questions must be asked on the users@ list, not here. http://tomcat.apache.org/lists.html 2. In your post on users@ please include: - the act

java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2010-11-09 Thread Rafael Nunes Verger
-- Forwarded message -- From: Rafael Nunes Verger Date: 2010/11/9 Subject: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp To: dev@tomcat.apache.org Like this error: https://issues.apache.org/bugzilla/show_bug.cgi?id=30450 Sorry about the Component that was choosed, I

DO NOT REPLY [Bug 50223] Http Connector does not listen on all IP addresses by default

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50223 Ken Britton changed: What|Removed |Added OS/Version||Windows Server 2008 -- Configure bu

DO NOT REPLY [Bug 50184] RpcChannel sends the answer without requesting an ACK

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50184 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1033102 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/RpcChannel.java webapps/docs/changelog.xml

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 17:08:25 2010 New Revision: 1033102 URL: http://svn.apache.org/viewvc?rev=1033102&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50184 Add an option to the RpcChannel to enable the Channel send options to be set for the reply message. Based on

svn commit: r1033097 - /tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 16:59:24 2010 New Revision: 1033097 URL: http://svn.apache.org/viewvc?rev=1033097&view=rev Log: Fix warnings Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.jav

DO NOT REPLY [Bug 50241] java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50241 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50241] New: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50241 Summary: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Linux Status: NEW Sev

DO NOT REPLY [Bug 50198] Fix possible NPE warning and remove one-time init from loop

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50198 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1033042 - in /tomcat/trunk/java/org/apache: catalina/manager/JspHelper.java jasper/tagplugins/jstl/Util.java

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 15:53:16 2010 New Revision: 1033042 URL: http://svn.apache.org/viewvc?rev=1033042&view=rev Log: Suppress warnings Modified: tomcat/trunk/java/org/apache/catalina/manager/JspHelper.java tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java Modified:

DO NOT REPLY [Bug 50230] Recursive dependency between the tomcat-catalina-ha and tomcat-catalina

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50230 --- Comment #1 from Mark Thomas 2010-11-09 10:34:33 EST --- As was pointed out on the referenced thread there is no NPE risk here. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 50232] org.apache.catalina.session.StoreBase has a hidden dependency on PersistentManager

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50232 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1033024 - in /tomcat/trunk: java/org/apache/catalina/session/StoreBase.java webapps/docs/changelog.xml

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 15:31:19 2010 New Revision: 1033024 URL: http://svn.apache.org/viewvc?rev=1033024&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50232 Remove dependency between StoreBase and PersistentManager and associated code clean-up. Patch provided by Tia

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

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 15:21:45 2010 New Revision: 1033017 URL: http://svn.apache.org/viewvc?rev=1033017&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=10330

DO NOT REPLY [Bug 50192] performance issue after revision 746425

2010-11-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50192 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1032901 - in /tomcat/trunk: java/org/apache/catalina/connector/RequestFacade.java webapps/docs/changelog.xml

2010-11-09 Thread markt
Author: markt Date: Tue Nov 9 09:48:46 2010 New Revision: 1032901 URL: http://svn.apache.org/viewvc?rev=1032901&view=rev Log: Fix infinite loop reported on users list Modified: tomcat/trunk/java/org/apache/catalina/connector/RequestFacade.java tomcat/trunk/webapps/docs/changelog.xml Mod

Re: New ROOT webapp feedback

2010-11-09 Thread Pid
On 08/11/2010 17:46, Mark Thomas wrote: > Working through my ApacheCon todo list... > > I asked various folks what they thought of the new index page in the > Tomcat 7's ROOT web application. I think I can sum the comments up with > the following two points: > - they liked the updated style > - th