svn commit: r1415081 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/ webapps/docs/ webapps/docs/config/

2012-11-29 Thread rjung
Author: rjung Date: Thu Nov 29 08:33:47 2012 New Revision: 1415081 URL: http://svn.apache.org/viewvc?rev=1415081view=rev Log: Add new ALV attribute renameOnRotate (Default:false). If set to true, the fileDateFormat will not be part of the current log file. Only at the time of log rotation the

[Bug 54224] New: HTTP Status of 500 returned when async request timeout is hit.

2012-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54224 Bug ID: 54224 Summary: HTTP Status of 500 returned when async request timeout is hit. Product: Tomcat 7 Version: 7.0.33 Hardware: PC OS: Windows XP

[Bug 54224] HTTP Status of 500 returned when async request timeout is hit.

2012-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54224 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54224] HTTP Status of 500 returned when async request timeout is hit.

2012-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54224 --- Comment #2 from daz...@gmail.com --- (In reply to comment #1) The 500 response is a specification requirement. See bug 54123. Ah, thanks for correcting my ignorance so quickly. Handling the onTimeout correctly indeed works. --

svn commit: r1415160 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsEndpointPojo.java webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java webapps/examples/websocket/echo.html

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 13:54:24 2012 New Revision: 1415160 URL: http://svn.apache.org/viewvc?rev=1415160view=rev Log: WebSocket 1.0 implementation part4 of many Start to think about POJO handling. This is roughly what needs to be done but is certainly incomplete and probably in the wrong

svn commit: r1415177 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 14:21:45 2012 New Revision: 1415177 URL: http://svn.apache.org/viewvc?rev=1415177view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Improve unit tests. Patch by Brian Burch. Modified:

svn commit: r1415178 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 14:22:18 2012 New Revision: 1415178 URL: http://svn.apache.org/viewvc?rev=1415178view=rev Log: Fix ~40 Eclipse warnings Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java Modified:

svn commit: r1415179 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 14:28:53 2012 New Revision: 1415179 URL: http://svn.apache.org/viewvc?rev=1415179view=rev Log: Removed unused code Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java Modified:

svn commit: r1415184 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java webapps/docs/changelog.xml

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 14:35:02 2012 New Revision: 1415184 URL: http://svn.apache.org/viewvc?rev=1415184view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Improve unit tests. Patch by Brian Burch. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1415186 - /tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2012-11-29 Thread rjung
Author: rjung Date: Thu Nov 29 14:44:53 2012 New Revision: 1415186 URL: http://svn.apache.org/viewvc?rev=1415186view=rev Log: Fix javadoc. Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java

svn commit: r1415188 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/AccessLogValve.java

2012-11-29 Thread rjung
Author: rjung Date: Thu Nov 29 14:46:10 2012 New Revision: 1415188 URL: http://svn.apache.org/viewvc?rev=1415188view=rev Log: Fix javadoc. Backport of r1415186 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 54217] JDBC connection pool runs out of connections when Context reload=“true” is enabled in Tomcat

2012-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54217 --- Comment #2 from Levan informatik0...@gmail.com --- (In reply to comment #1) You are not closing your connection pool properly. You need to specify closeMethod=close. Without that the pool would not know when to close those 10 minIdle

Re: [Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-11-29 Thread Brian Burch
On 29/11/12 14:37, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Mark Thomas ma...@apache.org changed: What|Removed |Added

Re: svn commit: r1414562 - /tomcat/native/branches/1.1.x/native/src/poll.c

2012-11-29 Thread Mladen Turk
On 11/28/2012 06:51 PM, jean-frederic clere wrote: On 11/28/2012 08:28 AM, mt...@apache.org wrote: Author: mturk Date: Wed Nov 28 07:28:20 2012 New Revision: 1414562 URL: http://svn.apache.org/viewvc?rev=1414562view=rev Log: Fix typo in --enable-maintainer-mode The comment doesn't fit the

Re: [Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-11-29 Thread Rainer Jung
On 29.11.2012 17:11, Brian Burch wrote: On 29/11/12 14:37, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 When I looked quickly at your change, the - and + lines appeared to be identical to me, so I was puzzled. Could you give me an example of what kind

Re: [Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-11-29 Thread Mark Thomas
Brian Burch br...@pingtoo.com wrote: On 29/11/12 14:37, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 Mark Thomas ma...@apache.org changed: What|Removed |Added

svn commit: r1415330 - in /tomcat/trunk/java/org/apache/tomcat/websocket: PojoMethodMapping.java ServerContainerImpl.java WsEndpointPojo.java

2012-11-29 Thread markt
Author: markt Date: Thu Nov 29 19:28:44 2012 New Revision: 1415330 URL: http://svn.apache.org/viewvc?rev=1415330view=rev Log: WebSocket 1.0 implementation part 5 of many Extract the POJO method mapping. Cache it and start to think about caching the path parameter mapping too. Added:

Re: [Bug 54190] TestNonLoginAndBasicAuthenticator does not test session timeout properly

2012-11-29 Thread Brian Burch
On 29/11/12 16:46, Rainer Jung wrote: On 29.11.2012 17:11, Brian Burch wrote: On 29/11/12 14:37, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=54190 When I looked quickly at your change, the - and + lines appeared to be identical to me, so I was puzzled.

[jira] [Updated] (MTOMCAT-186) Closing executable JAR does not call ServletContextListener.contextDestroyed()

2012-11-29 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-186: --- Fix Version/s: 2.1 Closing executable JAR does not call

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-11-29 Thread Bill Barker
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-trunk-validate-eoln has an issue affecting its community

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

2012-11-29 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