[Bug 57808] Don't preload all charsets

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 --- Comment #4 from Philippe Marschall --- I have read bug 51400 and my understanding is that preloading is not necessary to avoid performance bottlenecks. Preloading was discussed but I couldn't find the reasons why preloading was ultimately c

Re: [Tomcat Wiki] Update of "JNDI_startTLs_HowTo" by KonstantinKolinko

2015-04-13 Thread Felix Schumacher
Am 14. April 2015 02:27:30 MESZ, schrieb Apache Wiki : >Dear Wiki user, > >You have subscribed to a wiki page or wiki category on "Tomcat Wiki" >for change notification. > >The "JNDI_startTLs_HowTo" page has been changed by KonstantinKolinko: >https://wiki.apache.org/tomcat/JNDI_startTLs_HowTo?ac

[Bug 57809] Don't store merged web.xml

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 --- Comment #3 from Philippe Marschall --- Which part of TestWebXml does it break? The test compiles and 19/19 tests are green. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1673333 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-04-13 Thread billbarker
Author: billbarker Date: Tue Apr 14 01:41:49 2015 New Revision: 167 URL: http://svn.apache.org/r167 Log: openssl master handles thread id itself (and better than we do). No change if compiling against any currently released version of openssl Modified: tomcat/native/branches/1.1.x/n

[Bug 57809] Don't store merged web.xml

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 --- Comment #2 from Konstantin Kolinko --- In Tomcat 7 the MERGED_WEB_XML ("org.apache.tomcat.util.scan.MergedWebXml") attribute is used to pass web application configuration to Jasper. In Tomcat 8 it is unused, but it is used by Tomcat test c

[Bug 57808] Don't preload all charsets

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 --- Comment #3 from Konstantin Kolinko --- This preloading is necessary to avoid performance bottlenecks. (See history of that code, or search Bugzilla -> bug 51400). As such, it cannot be removed. If one wants, it shall be possible to provi

[Tomcat Wiki] Update of "JNDI_startTLs_HowTo" by KonstantinKolinko

2015-04-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "JNDI_startTLs_HowTo" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/JNDI_startTLs_HowTo?action=diff&rev1=4&rev2=5 Comment: Add link to BZ 49785. Note th

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

2015-04-13 Thread Bill Barker
it-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-20150413-native-src.tar.gz -Dexamples.sources.skip=true

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

2015-04-13 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150413-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1673288 - /tomcat/trunk/webapps/docs/config/cluster-manager.xml

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 21:31:26 2015 New Revision: 1673288 URL: http://svn.apache.org/r1673288 Log: whitespace police Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml URL: http://svn.apache.org/viewvc/tomca

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

2015-04-13 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-20150413-native-src.tar.gz -Dexampl

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

2015-04-13 Thread Bill Barker
/dist/lib/ant-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-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150413.

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

2015-04-13 Thread Bill Barker
c/workspace/ant/dist/lib/ant-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-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20

svn commit: r1673242 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2015-04-13 Thread remm
Author: remm Date: Mon Apr 13 17:22:05 2015 New Revision: 1673242 URL: http://svn.apache.org/r1673242 Log: - Cleanup and simplify NIO2 SSL code. - Use the scatter/gather variants of SSL engine. - Remove the loop for the gather write (since the non SSL code will not always write everything, this d

[Bug 57809] Don't store merged web.xml

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Remy

[Bug 57808] Don't preload all charsets

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Remy

[Bug 57809] New: Don't store merged web.xml

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 Bug ID: 57809 Summary: Don't store merged web.xml Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

[Bug 57808] Don't preload all charsets

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 --- Comment #1 from Philippe Marschall --- The heap dumps would be around 7MB compressed so I can't attach them. Where should I post them? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57808] New: Don't preload all charsets

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 Bug ID: 57808 Summary: Don't preload all charsets Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

svn commit: r1673199 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 14:04:28 2015 New Revision: 1673199 URL: http://svn.apache.org/r1673199 Log: Make checkstyle happy Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java URL: ht

buildbot exception in ASF Buildbot on tomcat-trunk

2015-04-13 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/1130 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSc

svn commit: r1673194 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/config/http.xml webapps/docs/s

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:53:59 2015 New Revision: 1673194 URL: http://svn.apache.org/r1673194 Log: Remove a BIO specific option Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java

svn commit: r1673193 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java LocalStrings.properties SecureNio2Channel.java SecureNioChannel.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:53:56 2015 New Revision: 1673193 URL: http://svn.apache.org/r1673193 Log: Pass the SNI host name to the SSLEngine creation since the engine created is going to have to depend on the SNI host name. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Abstrac

svn commit: r1673192 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AbstractJsseEndpoint.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:53:54 2015 New Revision: 1673192 URL: http://svn.apache.org/r1673192 Log: Move JSSE specific method to JSSE base class Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractEndpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEn

svn commit: r1673191 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java SecureNio2Channel.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:53:52 2015 New Revision: 1673191 URL: http://svn.apache.org/r1673191 Log: SNI support for NIO2 Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified: tomcat/t

svn commit: r1673188 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:50:52 2015 New Revision: 1673188 URL: http://svn.apache.org/r1673188 Log: Restore the creation of the network buffers to the construction. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNioChannel.java Modified: tomcat/trunk/java/org/apache/tom

svn commit: r1673189 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java

2015-04-13 Thread markt
Author: markt Date: Mon Apr 13 13:50:55 2015 New Revision: 1673189 URL: http://svn.apache.org/r1673189 Log: Fix buffer expansion. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketBufferHandler.java UR

[Bug 57788] NPE on session.addMessageHandler

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57788 --- Comment #3 from Remy Maucherat --- r1673169 for 7.0.62. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr.

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

2015-04-13 Thread remm
Author: remm Date: Mon Apr 13 12:22:56 2015 New Revision: 1673169 URL: http://svn.apache.org/r1673169 Log: Merge r1672628 57788: Avoid NPE if nothing is found after going through the whole class hierarchy. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket/Util.java (contents

[Bug 57801] Tomcat catalina.sh fails to start after machine is reboot because there is another process have the same PID as Tomcat before reboot

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57801 --- Comment #7 from jia...@gmail.com --- Thanks Rainer and Christopher It's not worth to set up a ramdisk to store the PID file. If the PID file is stored in /tmp, the PID file may be rm-ed by someone. The script should work in worst case eve

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #8 from Remy Maucherat --- So the pending flag seems correct. The difference with non SSL is thus unexplained, and this needs a (simple) testcase. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57788] NPE on session.addMessageHandler

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57788 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #7 from VIN --- (In reply to Mark Thomas from comment #5) > (In reply to VIN from comment #3) > > > Please review my patch and let me know in case of any problems. > > Part 1 looks generally OK. You need to use 4 spaces rather tha

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2015-04-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #6 from VIN --- (In reply to Justin Cranford from comment #4) > The patch sounds great. Three small suggestions to make it just a little > better: > > 1) Can you add a debug message to show positive matches? Logging negative > matc

buildbot success in ASF Buildbot on tomcat-8-trunk

2015-04-13 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/212 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch