svn commit: r1584593 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/res/ webapps/docs/

2014-04-04 Thread remm
Author: remm Date: Fri Apr 4 10:10:28 2014 New Revision: 1584593 URL: http://svn.apache.org/r1584593 Log: Code cleanups and i18n in NIO2. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Processor.java tomcat/trunk/java/org/apache/coyote/http11/InternalNio2InputBuffer.java

[Bug 56334] Double Backslash Escaping in Attributes

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #2 from Markus p...@chamaeleon.de --- A binary search through recent 7.0.x Tomcat versions shows that this bug has been introduced with 7.0.52, i.e. 7.0.50 shows correct behaviour while .52 is broken. -- You are receiving this

[Bug 56334] Double Backslash Escaping in Attributes

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56334 --- Comment #3 from Markus p...@chamaeleon.de --- (In reply to Markus from comment #2) A binary search through recent 7.0.x Tomcat versions shows that this bug has been introduced with 7.0.52, i.e. 7.0.50 shows correct behaviour while .52

svn commit: r1584662 - in /tomcat/trunk/java/org/apache/tomcat/util/net: SecureNioChannel.java res/LocalStrings.properties

2014-04-04 Thread remm
Author: remm Date: Fri Apr 4 13:26:11 2014 New Revision: 1584662 URL: http://svn.apache.org/r1584662 Log: Port i18n to the NIO1 connector, for consistency. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Filip Hanik fha...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 56348] New: ReadListener reading stream on different thread very slow

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56348 Bug ID: 56348 Summary: ReadListener reading stream on different thread very slow Product: Tomcat 8 Version: 8.0.5 Hardware: PC OS: Linux

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2014-04-04 Thread Bill Barker
-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140404.jar:/srv/gump/public

svn commit: r1584791 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2014-04-04 Thread kkolinko
Author: kkolinko Date: Fri Apr 4 16:21:06 2014 New Revision: 1584791 URL: http://svn.apache.org/r1584791 Log: Followup to r1584513: tabs - spaces, as reminded by checkstyle Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified:

svn commit: r1584800 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ res/maven/ webapps/docs/

2014-04-04 Thread kkolinko
Author: kkolinko Date: Fri Apr 4 16:34:31 2014 New Revision: 1584800 URL: http://svn.apache.org/r1584800 Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add Java 8 support to Jasper's default configuration Modified: tomcat/tc6.0.x/trunk/STATUS.txt

buildbot failure in ASF Buildbot on tomcat-6-trunk

2014-04-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/676 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

svn commit: r1584806 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ res/maven/ webapps/docs/

2014-04-04 Thread kkolinko
Author: kkolinko Date: Fri Apr 4 16:46:37 2014 New Revision: 1584806 URL: http://svn.apache.org/r1584806 Log: Revert r1584800. It was: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add Java 8 support to Jasper's default configuration It does not compile with JDK 1.5.0_20: There is

buildbot success in ASF Buildbot on tomcat-6-trunk

2014-04-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-6-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-6-trunk/builds/677 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 56283] Add support for Java 8 to Jasper

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- Note 1. Technically CompilerOptions.VERSION_1_8 is a String constant 1.8, so it will be inlined at compile time. At runtime Tomcat/Jasper will be compatible with any other

Re: svn commit: r1584806 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ res/maven/ webapps/docs/

2014-04-04 Thread Mark Thomas
On 04/04/2014 17:46, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Apr 4 16:46:37 2014 New Revision: 1584806 URL: http://svn.apache.org/r1584806 Log: Revert r1584800. It was: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add Java 8 support to Jasper's default

[Bug 56283] Add support for Java 8 to Jasper

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 31476 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31476action=edit 2014-04-04_56283_tc6_v2.patch Patch for Tomcat 6: Add support for running

Re: svn commit: r1584806 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ res/maven/ webapps/docs/

2014-04-04 Thread Konstantin Kolinko
2014-04-04 23:10 GMT+04:00 Mark Thomas ma...@apache.org: On 04/04/2014 17:46, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Apr 4 16:46:37 2014 New Revision: 1584806 URL: http://svn.apache.org/r1584806 Log: Revert r1584800. It was: Fix

svn commit: r1584888 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 20:25:31 2014 New Revision: 1584888 URL: http://svn.apache.org/r1584888 Log: Tweak the proposal to address the concern raised. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1584899 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2014-04-04 Thread kkolinko
Author: kkolinko Date: Fri Apr 4 20:33:50 2014 New Revision: 1584899 URL: http://svn.apache.org/r1584899 Log: Reorder by issue number Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1584904 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11Nio2Processor.java java/org/apache/coyote/http11/InternalNio2InputBuffer.java java/org/apache/coyote/http11/InternalNio2Out

2014-04-04 Thread remm
Author: remm Date: Fri Apr 4 20:48:55 2014 New Revision: 1584904 URL: http://svn.apache.org/r1584904 Log: Fix trigger of the read event (so registerForEvent is actually useful). Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Nio2Processor.java

[Bug 56339] session listener invalidate session

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56339 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3

svn commit: r1584915 - in /tomcat/trunk: java/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 21:19:58 2014 New Revision: 1584915 URL: http://svn.apache.org/r1584915 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56339 Avoid an infinite loop if an application calls session.invalidate() from the session destroyed event for that session.

svn commit: r1584919 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 21:24:31 2014 New Revision: 1584919 URL: http://svn.apache.org/r1584919 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56339 Avoid an infinite loop if an application calls session.invalidate() from the session destroyed event for that session.

[Bug 56339] session listener invalidate session

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56339 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1584922 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 21:36:41 2014 New Revision: 1584922 URL: http://svn.apache.org/r1584922 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Avoid NPE if WebSocket API JAR from RI is used. Modified:

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1584924 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsWebSocketContainer.java webapps/docs/changelog.xml

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 21:38:01 2014 New Revision: 1584924 URL: http://svn.apache.org/r1584924 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Avoid NPE if WebSocket API JAR from RI is used. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1584925 - in /tomcat/trunk: java/org/apache/catalina/mbeans/ServiceMBean.java webapps/docs/changelog.xml

2014-04-04 Thread markt
Author: markt Date: Fri Apr 4 21:42:51 2014 New Revision: 1584925 URL: http://svn.apache.org/r1584925 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56327 Enable AJP as well as HTTP connectors to be created via JMX. Patch by kiran. Modified:

[Bug 56327] Adding non HTTP (e.g AJP) connector using MBeans is not possible

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56327 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED