[Bug 53958] Custom error page generates NPE in StandardHostValve.java

2012-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53958 --- Comment #11 from Sean Owen sro...@gmail.com --- One last post with good news -- this *does* work: Tomcat.addServlet(context, error_jspx, new error_jspx()); context.addServletMapping(/error.jspx, error_jspx); This doesn't,

Re: Time for 6.0.36?

2012-10-11 Thread Konstantin Kolinko
2012/10/10 Mark Thomas ma...@apache.org: It has been just over 10 months since the last 6.0.x release. The change log is looking pretty lengthy. I think we need a release. +1 2012/10/10 Christopher Schultz ch...@christopherschultz.net: If it's likely that there will be a long interval before

Re: CMS or svnpubsub for Site

2012-10-11 Thread Olivier Lamy
FYI looks to be live now. 2012/10/2 Olivier Lamy ol...@apache.org: Done: https://issues.apache.org/jira/browse/INFRA-5339 2012/10/2 Olivier Lamy ol...@apache.org: If no objections, I can create the infra jira for that. ? 2012/10/1 Konstantin Kolinko knst.koli...@gmail.com: 2012/10/1

[Bug 53986] Comment end tag preceded directly by a dash causes JSP fail compilation

2012-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 --- Comment #8 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #6) Found the problem. It is line 429 of JspReader: setCurrent(restart); This makes the current Mark and the reset Mark the same object and they

Re: Time for 6.0.36?

2012-10-11 Thread jean-frederic clere
On 10/10/2012 05:04 PM, Mark Thomas wrote: It has been just over 10 months since the last 6.0.x release. The change log is looking pretty lengthy. I think we need a release. Jean-Frederic? Someone else? I think I can do that next week. Cheers Jean-Frederic

svn commit: r1397086 - /tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 14:38:50 2012 New Revision: 1397086 URL: http://svn.apache.org/viewvc?rev=1397086view=rev Log: Fix WebSocket + NIO + HTTPS. Utilise underlying read buffer rather than trying to read the exact number of bytes. This is more efficient for HTTP and required for HTTPS

svn commit: r1397089 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 14:42:37 2012 New Revision: 1397089 URL: http://svn.apache.org/viewvc?rev=1397089view=rev Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 47242] request for AJP command line client

2012-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242 Tim Olsen tol...@alum.mit.edu changed: What|Removed |Added CC||tol...@alum.mit.edu

[Bug 53986] Comment end tag preceded directly by a dash causes JSP fail compilation

2012-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 --- Comment #9 from Christopher Schultz ch...@christopherschultz.net --- (In reply to comment #8) The JspReader.skipUntil(..) method is invoked with the following arguments: skipUntil(/ + tag); skipUntil(--%); skipUntil(%);

Re: Time for 6.0.36?

2012-10-11 Thread Christopher Schultz
Konstantin, On 10/11/12 6:47 AM, Konstantin Kolinko wrote: 2012/10/10 Mark Thomas ma...@apache.org: It has been just over 10 months since the last 6.0.x release. The change log is looking pretty lengthy. I think we need a release. +1 2012/10/10 Christopher Schultz

svn commit: r1397255 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/upgrade/UpgradeNioProcessor.java

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 19:40:32 2012 New Revision: 1397255 URL: http://svn.apache.org/viewvc?rev=1397255view=rev Log: Fix WebSocket + NIO + HTTPS. Utilise underlying read buffer rather than trying to read the exact number of bytes. This is more efficient for HTTP and required for HTTPS

[Bug 53993] New: NPE in AccessLogValve

2012-10-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53993 Priority: P2 Bug ID: 53993 Assignee: dev@tomcat.apache.org Summary: NPE in AccessLogValve Severity: normal Classification: Unclassified OS: All Reporter:

svn commit: r1397291 - in /tomcat/trunk/java/javax/servlet/http: HttpServletRequest.java HttpServletRequestWrapper.java ProtocolHandler.java WebConnection.java

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 20:29:01 2012 New Revision: 1397291 URL: http://svn.apache.org/viewvc?rev=1397291view=rev Log: Fill in some of the HTTP upgrade Javadoc Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java

svn commit: r1397300 - in /tomcat/sandbox/trunk-resources: ./ java/org/apache/catalina/webresources/Cache.java

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 20:51:07 2012 New Revision: 1397300 URL: http://svn.apache.org/viewvc?rev=1397300view=rev Log: Fix NPE Modified: tomcat/sandbox/trunk-resources/ (props changed) tomcat/sandbox/trunk-resources/java/org/apache/catalina/webresources/Cache.java Propchange:

svn commit: r1397302 - in /tomcat/sandbox/trunk-resources/java/org/apache/catalina/tribes: group/interceptors/GzipInterceptor.java tipis/AbstractReplicatedMap.java

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 20:52:22 2012 New Revision: 1397302 URL: http://svn.apache.org/viewvc?rev=1397302view=rev Log: Sync with trunk Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/tribes/group/interceptors/GzipInterceptor.java

svn commit: r1397354 - in /tomcat/trunk: java/javax/servlet/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ test/org/apache/catalina/nonblocking/

2012-10-11 Thread markt
Author: markt Date: Thu Oct 11 22:52:30 2012 New Revision: 1397354 URL: http://svn.apache.org/viewvc?rev=1397354view=rev Log: ServletInputStream.dataAvailable() was removed. Modified: tomcat/trunk/java/javax/servlet/ServletInputStream.java

svn commit: r1397390 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-10-11 Thread markt
Author: markt Date: Fri Oct 12 00:21:23 2012 New Revision: 1397390 URL: http://svn.apache.org/viewvc?rev=1397390view=rev Log: Fix Eclipse Javadoc warning Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified:

Re: svn commit: r1397390 - /tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java

2012-10-11 Thread Mark Thomas
On 12/10/2012 01:21, ma...@apache.org wrote: Author: markt Date: Fri Oct 12 00:21:23 2012 New Revision: 1397390 URL: http://svn.apache.org/viewvc?rev=1397390view=rev Log: Fix Eclipse Javadoc warning This commit is primarily to test buildbot as it now has Java 7 available and without Java