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=1397390&view=rev > Log: > Fix Eclipse Javadoc warning This commit is primarily to test buildbot as it now has Java 7 available and withou

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=1397390&view=rev Log: Fix Eclipse Javadoc warning Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWrapper.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardWr

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=1397354&view=rev Log: ServletInputStream.dataAvailable() was removed. Modified: tomcat/trunk/java/javax/servlet/ServletInputStream.java tomcat/trunk/java/javax/servlet/ServletOutputStr

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=1397302&view=rev Log: Sync with trunk Modified: tomcat/sandbox/trunk-resources/java/org/apache/catalina/tribes/group/interceptors/GzipInterceptor.java tomcat/sandbox/trunk-resources/

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=1397300&view=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: 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=1397291&view=rev Log: Fill in some of the HTTP upgrade Javadoc Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java tomcat/trunk/java/javax/servlet/http/HttpServletRe

[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: clu.

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=1397255&view=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 s

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 : >> 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 : >> If it's likely that the

[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 --- (In reply to comment #8) > The JspReader.skipUntil(..) method is invoked with the following arguments: > skipUntil(" skipUntil("--%>"); > skipUntil("%>"); > skipUntil("<"); > skipUntil(">"); > ski

[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 changed: What|Removed |Added CC||tol...@alum.mit.edu -- You are receiv

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=1397089&view=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: http://svn.apache.org/view

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=1397086&view=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 s

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 --

[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 --- (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 need > to be kept s

Re: CMS or svnpubsub for Site

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

Re: Time for 6.0.36?

2012-10-11 Thread Konstantin Kolinko
2012/10/10 Mark Thomas : > 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 : > If it's likely that there will be a long interval before the following > release, I think I'd lik

[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 --- 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, which was my or