[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-02-25 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-test-apr has an issue affecting its community integration. Th

[Bug 56026] RemoteEndpoint.Async#sendText(String, SendHandler) not thread safe

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56026 lijia changed: What|Removed |Added CC||walnutpri...@gmail.com -- You are receiving t

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-02-25 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-tc8.0.x-test-nio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-02-25 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-tc8.0.x-test-apr has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-02-25 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-tc8.0.x-test-nio2 has an issue affecting its community integration

svn commit: r1662339 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2015-02-25 Thread remm
Author: remm Date: Thu Feb 26 00:18:20 2015 New Revision: 1662339 URL: http://svn.apache.org/r1662339 Log: Revert 1662226 and try a CI run with a simple sync (will revert after that). Modified: tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java Modified: t

svn commit: r1662309 - /tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java

2015-02-25 Thread fschumacher
Author: fschumacher Date: Wed Feb 25 21:19:06 2015 New Revision: 1662309 URL: http://svn.apache.org/r1662309 Log: Correct sentence in TODO Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/PersistentValve.java U

[Bug 57637] PersistentValve always causes a new session to be created

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 --- Comment #1 from Felix Schumacher --- Fixed in trunk. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@

svn commit: r1662308 - in /tomcat/trunk: java/org/apache/catalina/valves/PersistentValve.java test/org/apache/catalina/session/TestPersistentManager.java

2015-02-25 Thread fschumacher
Author: fschumacher Date: Wed Feb 25 21:14:49 2015 New Revision: 1662308 URL: http://svn.apache.org/r1662308 Log: Don't create a session, if none is needed when using PersistentValve. Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Modified: tomcat/trunk/java/org/apache/catalina/val

Re: Stabilizing the trunk (9.0.x) build

2015-02-25 Thread Rémy Maucherat
2015-02-25 19:36 GMT+01:00 Mark Thomas : > I was planning on waiting until the build was stable but given that: > - read/write concurrency is at the root of a lot of these issues > - only WebSocket should be using it now in trunk > - the plan is to refactor WebSocket to remove it > > I'm going to

Re: Reg: Bug 56438

2015-02-25 Thread Mark Thomas
On 25/02/2015 11:46, Pravallika Peddi wrote: > Hi Mark, > > More updates on bug 56438: > > I have downloaded all the jars mentioned in the issue > except(Protomatter.jar, openspml2-toolkit.jar, ha-jdbc.jar, db2jcc4.jar, > hazelcast.jar) and added import statements in my web application for these

Re: Stabilizing the trunk (9.0.x) build

2015-02-25 Thread Mark Thomas
On 25/02/2015 14:31, Rémy Maucherat wrote: > 2015-02-24 16:33 GMT+01:00 Mark Thomas : > >> On 24/02/2015 13:10, Rémy Maucherat wrote: >>> I'm having issues with the write timeout tests in >>> TestWsWebSocketContainer, which made me do some changes since there are >>> still things I don't understan

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-02-25 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150225-native-src.tar.gz -Dexamples.sources.skip=

[Bug 57637] New: PersistentValve always causes a new session to be created

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57637 Bug ID: 57637 Summary: PersistentValve always causes a new session to be created Product: Tomcat 9 Version: unspecified Hardware: All OS: All

Re: svn commit: r1662226 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2015-02-25 Thread Rémy Maucherat
2015-02-25 16:07 GMT+01:00 Felix Schumacher < felix.schumac...@internetallee.de>: > Am 25.02.2015 15:34, schrieb r...@apache.org: > +first = false; > This is not really threadsafe. What happens when more than one thread > call this method while first==false? They could (probably reall

Re: svn commit: r1662226 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2015-02-25 Thread Felix Schumacher
Am 25.02.2015 15:34, schrieb r...@apache.org: Author: remm Date: Wed Feb 25 14:34:47 2015 New Revision: 1662226 URL: http://svn.apache.org/r1662226 Log: Add a hack to skip the initial write event since it is not really useful for websockets. Looking at the CI history and the concurrency results

[Bug 57617] File upload error reporting behaviour changed

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57617 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2015-02-25 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150225-native-src.tar.gz -Dexamples.sources.

svn commit: r1662229 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 14:43:19 2015 New Revision: 1662229 URL: http://svn.apache.org/r1662229 Log: Whitespace Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/w

svn commit: r1662226 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2015-02-25 Thread remm
Author: remm Date: Wed Feb 25 14:34:47 2015 New Revision: 1662226 URL: http://svn.apache.org/r1662226 Log: Add a hack to skip the initial write event since it is not really useful for websockets. Looking at the CI history and the concurrency results for write, the problems with TestWebSocketFram

Re: Stabilizing the trunk (9.0.x) build

2015-02-25 Thread Rémy Maucherat
2015-02-24 16:33 GMT+01:00 Mark Thomas : > On 24/02/2015 13:10, Rémy Maucherat wrote: > > I'm having issues with the write timeout tests in > > TestWsWebSocketContainer, which made me do some changes since there are > > still things I don't understand: > > These appear to be OK for me at the momen

svn commit: r1662221 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 14:20:35 2015 New Revision: 1662221 URL: http://svn.apache.org/r1662221 Log: List latest release first. Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.org/vie

svn commit: r1662219 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 14:15:54 2015 New Revision: 1662219 URL: http://svn.apache.org/r1662219 Log: Add the release date Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0

[Bug 57629] sending large file with Expect: 100-continue wrong messages order

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57629 --- Comment #1 from Mark Thomas --- This is only going to work if Tomcat does the authentication otherwise, as you have observed, Tomcat sends the 100 response before passing the request/response to the application for processing. One of the a

Re: Reg: Bug 56438

2015-02-25 Thread Pravallika Peddi
Hi Mark, More updates on bug 56438: I have downloaded all the jars mentioned in the issue except(Protomatter.jar, openspml2-toolkit.jar, ha-jdbc.jar, db2jcc4.jar, hazelcast.jar) and added import statements in my web application for these jars. I have added couple of more log messages for my rese

[Bug 57626] IllegalStateException: zip file closed

2015-02-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1662201 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/ java/org/apache/jasper/compiler/ test/org/apache/jasper/ test/webapp/WEB-INF/ webapps/docs/

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 11:27:09 2015 New Revision: 1662201 URL: http://svn.apache.org/r1662201 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Ensure that when processing a tag file within a Jar that the JspComppilationContext always has the latest, opened Jar instance to wo

svn commit: r1662200 - in /tomcat/trunk: java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/compiler/TagFileProcessor.java test/org/apache/jasper/TestJspCompilationContext.java t

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 11:23:00 2015 New Revision: 1662200 URL: http://svn.apache.org/r1662200 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57626 Ensure that when processing a tag file within a Jar that the JspComppilationContext always has the latest, opened Jar instance to wo

svn commit: r1662197 - /tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 11:04:35 2015 New Revision: 1662197 URL: http://svn.apache.org/r1662197 Log: Small optimisation for JSP compilation on first use. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compile

Re: svn commit: r1662014 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java

2015-02-25 Thread Rémy Maucherat
2015-02-24 21:26 GMT+01:00 Christopher Schultz : > Rémy, > > On 2/24/15 11:44 AM, r...@apache.org wrote: > > Author: remm > > Date: Tue Feb 24 16:44:05 2015 > > New Revision: 1662014 > > > > URL: http://svn.apache.org/r1662014 > > Log: > > Catch ISE thrown by the closed IS for a rare but possibly

svn commit: r1662179 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java webapps/docs/changelog.xml

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 08:25:52 2015 New Revision: 1662179 URL: http://svn.apache.org/r1662179 Log: Relax the restriction added in r1645015. Expand the unit tests. While the Javadoc for getContext(String) could be clearer, the intended behaviour appears to mapping rather than an exact mat

svn commit: r1662178 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationContext.java test/org/apache/catalina/core/TestApplicationContext.java webapps/docs/changelog.xml

2015-02-25 Thread markt
Author: markt Date: Wed Feb 25 08:20:07 2015 New Revision: 1662178 URL: http://svn.apache.org/r1662178 Log: Relax the restriction added in r1644992. Expand the unit tests. While the Javadoc for getContext(String) could be clearer, the intended behaviour appears to mapping rather than an exact mat