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

2012-10-12 Thread Konstantin Kolinko
2012/10/12 : > 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/jav

Buidlbot for trunk (was: Re: svn commit: r1397390)

2012-10-12 Thread Konstantin Kolinko
2012/10/12 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

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

2012-10-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53986 --- Comment #10 from Konstantin Kolinko --- (In reply to comment #9) > (In reply to comment #8) > > The JspReader.skipUntil(..) method is invoked with the following arguments: > > skipUntil(" > skipUntil("--%>"); > > skipUntil("%>"); > > sk

svn commit: r1397464 - in /tomcat/trunk/java/javax/servlet/http: Cookie.java HttpServlet.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:21:27 2012 New Revision: 1397464 URL: http://svn.apache.org/viewvc?rev=1397464&view=rev Log: Clean-up - Servlet 3.0 Javadoc - line-length Modified: tomcat/trunk/java/javax/servlet/http/Cookie.java tomcat/trunk/java/javax/servlet/http/HttpServlet.java M

svn commit: r1397465 - in /tomcat/tc7.0.x/trunk/java/javax/servlet/http: Cookie.java HttpServlet.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:24:42 2012 New Revision: 1397465 URL: http://svn.apache.org/viewvc?rev=1397465&view=rev Log: Clean-up - Servlet 3.0 Javadoc - line-length Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java tomcat/tc7.0.x/trunk/java/javax/servlet/http/Htt

svn commit: r1397466 - /tomcat/trunk/java/javax/servlet/http/HttpServlet.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:38:53 2012 New Revision: 1397466 URL: http://svn.apache.org/viewvc?rev=1397466&view=rev Log: Fix a long standing TODO so correct exceptions are thrown. Clean-up Javadoc. Modified: tomcat/trunk/java/javax/servlet/http/HttpServlet.java Modified: tomcat/trunk/j

svn commit: r1397474 - /tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:53:36 2012 New Revision: 1397474 URL: http://svn.apache.org/viewvc?rev=1397474&view=rev Log: Servlet 3.1 Javadoc improvements Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java Modified: tomcat/trunk/java/javax/servlet/http/HttpServletReq

svn commit: r1397472 - /tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:53:16 2012 New Revision: 1397472 URL: http://svn.apache.org/viewvc?rev=1397472&view=rev Log: Servlet 3.0 Javadoc improvements Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequest.java Modified: tomcat/trunk/java/javax/servlet/http/HttpServletReq

svn commit: r1397476 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/HttpServlet.java java/javax/servlet/http/HttpServletRequest.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 08:56:58 2012 New Revision: 1397476 URL: http://svn.apache.org/viewvc?rev=1397476&view=rev Log: Fix a long standing TODO so correct exceptions are thrown. Clean-up Javadoc. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/javax/ser

svn commit: r1397482 - /tomcat/trunk/java/javax/servlet/http/LocalStrings.properties

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:12:05 2012 New Revision: 1397482 URL: http://svn.apache.org/viewvc?rev=1397482&view=rev Log: Update strings missed in r1397466 Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.properties Modified: tomcat/trunk/java/javax/servlet/http/LocalStrings.

svn commit: r1397483 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/LocalStrings.properties

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:12:41 2012 New Revision: 1397483 URL: http://svn.apache.org/viewvc?rev=1397483&view=rev Log: Update strings missed in r1397476 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/javax/servlet/http/LocalStrings.properties Propchan

svn commit: r1397484 - /tomcat/trunk/java/javax/servlet/http/HttpServletRequestWrapper.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:13:42 2012 New Revision: 1397484 URL: http://svn.apache.org/viewvc?rev=1397484&view=rev Log: Servlet 3.0 Javadoc improvements Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequestWrapper.java Modified: tomcat/trunk/java/javax/servlet/http/HttpSer

svn commit: r1397485 - /tomcat/trunk/java/javax/servlet/http/HttpServletRequestWrapper.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:13:58 2012 New Revision: 1397485 URL: http://svn.apache.org/viewvc?rev=1397485&view=rev Log: Servlet 3.1 Javadoc improvements Modified: tomcat/trunk/java/javax/servlet/http/HttpServletRequestWrapper.java Modified: tomcat/trunk/java/javax/servlet/http/HttpSer

svn commit: r1397486 - in /tomcat/tc7.0.x/trunk: ./ java/javax/servlet/http/HttpServletRequestWrapper.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:14:57 2012 New Revision: 1397486 URL: http://svn.apache.org/viewvc?rev=1397486&view=rev Log: Servlet 3.0 Javadoc improvements Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/javax/servlet/http/HttpServletRequestWrapper.java Pr

svn commit: r1397487 - in /tomcat/trunk: java/javax/servlet/http/ProtocolHandler.java java/javax/servlet/http/WebConnection.java res/checkstyle/javax-import-control.xml

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 09:19:25 2012 New Revision: 1397487 URL: http://svn.apache.org/viewvc?rev=1397487&view=rev Log: Add @since tags. Modified: tomcat/trunk/java/javax/servlet/http/ProtocolHandler.java tomcat/trunk/java/javax/servlet/http/WebConnection.java tomcat/trunk/res/

Re: Time for 6.0.36?

2012-10-12 Thread Rainer Jung
On 11.10.2012 15:23, jean-frederic clere wrote: 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. Cool, t

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

2012-10-12 Thread Mark Thomas
On 12/10/2012 08:54, Konstantin Kolinko wrote: > 2012/10/12 : >> 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/

svn commit: r1397523 - in /tomcat/trunk: build.xml res/META-INF/websocket-api.jar.manifest

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 11:48:22 2012 New Revision: 1397523 URL: http://svn.apache.org/viewvc?rev=1397523&view=rev Log: Update the build to include a JAR for the WebSocket API Added: tomcat/trunk/res/META-INF/websocket-api.jar.manifest (with props) Modified: tomcat/trunk/build.xm

Re: svn commit: r1397522 - in /tomcat/trunk/java/javax/net: ./ websocket/ websocket/annotations/ websocket/extensions/

2012-10-12 Thread Mark Thomas
On 12/10/2012 13:24, Martin Grigorov wrote: Please use quoting, particularly when you have a few short comments on a very large e-mail. Without quoting, your comments were more effort to find. >> Added: tomcat/trunk/java/javax/net/websocket/HandshakeRequest.java >> URL: >> http://svn.apache.org/

svn commit: r1397543 - /tomcat/trunk/java/javax/net/websocket/HandshakeRequest.java

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 12:39:50 2012 New Revision: 1397543 URL: http://svn.apache.org/viewvc?rev=1397543&view=rev Log: Add some Javadoc for clarification as this is non-obvious. Modified: tomcat/trunk/java/javax/net/websocket/HandshakeRequest.java Modified: tomcat/trunk/java/javax/ne

[Tomcat Wiki] Update of "PoweredBy" by Alize

2012-10-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Alize: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=443&rev2=444 === iPoint Portal === {{http://www.ipointportal.com/iPoint/s

[Tomcat Wiki] Update of "PoweredBy" by Tim Davis

2012-10-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Tim Davis: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=444&rev2=445 === Pickaweb - UK Web Hosting === [[http://www.pickaweb

[Tomcat Wiki] Update of "PoweredBy" by Tim Davis

2012-10-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "PoweredBy" page has been changed by Tim Davis: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=445&rev2=446 === Pickaweb - UK Web Hosting === [[http://www.pickaweb.co

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-10-12 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

svn commit: r1397656 - /tomcat/trunk/build.xml

2012-10-12 Thread markt
Author: markt Date: Fri Oct 12 17:48:00 2012 New Revision: 1397656 URL: http://svn.apache.org/viewvc?rev=1397656&view=rev Log: Tab police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1397656&r1=1397655&r2=1397

Re: Buidlbot for trunk (was: Re: svn commit: r1397390)

2012-10-12 Thread Mark Thomas
On 12/10/2012 09:01, Konstantin Kolinko wrote: > 2012/10/12 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 wa