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

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #8 from Mark Thomas ma...@apache.org --- A patch to bring Tomcat 7 in to line with 8.0.x and trunk for TLD scanning is a good first step. I'd suggest the second step is adding debug logging for TLD matches. We can think about

svn commit: r1675713 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/classfile/FastDataInputStream.java

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 19:50:13 2015 New Revision: 1675713 URL: http://svn.apache.org/r1675713 Log: Drop unused (because it is buggy and fixing the bugs makes it non-fast) class Removed: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/bcel/classfile/FastDataInputStream.java

buildbot success in ASF Buildbot on tomcat-7-trunk

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

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

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #11 from Justin cry...@yahoo.com --- (In reply to Remy Maucherat from comment #9) Also, testing on Tomcat trunk may not be useless. Same errors with Tomcat 8.0.21. When I build/run /trunk@1675728, I get: 23-Apr-2015 17:55:46.105

[Bug 57823] Server hangs if there is a colon on the start of the class path

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57823 --- Comment #2 from gregh gregh3...@gmail.com --- This was the entry in the /etc/rc.d/init.d script that I have used for many years, 5,6,7. This only happens in 8. CLASSPATH=$CLASSPATH:$CATALINA_HOME/bin/bootstrap.jar ie the CLASSPATH value

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

2015-04-23 Thread Bill Barker
/workspace/junit/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-20150423-native-src.tar.gz

svn commit: r1675602 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/servlet/JspServletWrapper.java webapps/docs/changelog.xml

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 12:59:53 2015 New Revision: 1675602 URL: http://svn.apache.org/r1675602 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 Ensure that when an updated class file is detected that the JspLoader that loaded the old class file is cleared so a new JspLoader

[Bug 57845] Multiple JspServletWrapper's sharing one JspCompilationContext

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 Mark Thomas ma...@apache.org changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1675559 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2015-04-23 Thread kfujino
Author: kfujino Date: Thu Apr 23 08:51:18 2015 New Revision: 1675559 URL: http://svn.apache.org/r1675559 Log: Backport r1653423, r1660266, r1671471. - Clarify the handling of Copy message and Copy nodes. - Make sure that add to the backup node of the map entry when map member has been added to

[Bug 57845] Multiple JspServletWrapper's sharing one JspCompilationContext

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 --- Comment #1 from Mark Thomas ma...@apache.org --- This is strange. Thanks for the report, I'm looking into this now. I can reproduce this with Tomcat trunk (9.0.x) so this looks like a bug somewhere in Jasper. I suspect it affects all

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

2015-04-23 Thread Bill Barker
/workspace/junit/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-20150423-native-src.tar.gz

svn commit: r1675574 - in /tomcat/trunk/java/org/apache/jasper: Constants.java servlet/JspServlet.java

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 11:04:17 2015 New Revision: 1675574 URL: http://svn.apache.org/r1675574 Log: Remove deprecated JSP_FILE code Modified: tomcat/trunk/java/org/apache/jasper/Constants.java tomcat/trunk/java/org/apache/jasper/servlet/JspServlet.java Modified:

svn commit: r1675581 - /tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 12:14:36 2015 New Revision: 1675581 URL: http://svn.apache.org/r1675581 Log: Remove Javadoc for parameters that are no longer present Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified:

svn commit: r1675594 - in /tomcat/trunk/java/org/apache/jasper: JspCompilationContext.java servlet/JspServletWrapper.java

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 12:38:08 2015 New Revision: 1675594 URL: http://svn.apache.org/r1675594 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 Ensure that when an updated class file is detected that the JspLoader that loaded the old class file is cleared so a new JspLoader

svn commit: r1675595 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/JspCompilationContext.java java/org/apache/jasper/servlet/JspServletWrapper.java webapps/docs/changelog.xml

2015-04-23 Thread markt
Author: markt Date: Thu Apr 23 12:45:24 2015 New Revision: 1675595 URL: http://svn.apache.org/r1675595 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 Ensure that when an updated class file is detected that the JspLoader that loaded the old class file is cleared so a new JspLoader

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

2015-04-23 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

[Bug 57845] Multiple JspServletWrapper's sharing one JspCompilationContext

2015-04-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57845 j...@yahoo.com changed: What|Removed |Added CC||j...@yahoo.com --- Comment #3 from