[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #11 from Christopher Schultz --- (In reply to quaff from comment #9) > I have the same problem, my application need to override resources of > third-party libs, for example config files and templates even classes, It > works fine wi

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

2015-07-07 Thread Bill Barker
rkspace/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-20150707-native-src.tar.gz -Dexampl

[Bug 58110] JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 --- Comment #5 from Mark Thomas --- Great. Thanks for confirming the fix. For future reference there is an easier way to apply this sort of patch than unpacking and repacking the JAR. Just put the class into the right structure under $CATALIN

[Bug 58110] JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 --- Comment #4 from LiuYan 刘研 --- Just downloaded https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/java/org/apache/jasper/compiler/ErrorDispatcher.java, compiled, put it into jasper.jar, restart tomcat 7.0.63, it works! Thanks for fixing

[Bug 58112] o.a.c.ant.DeployTask depends on o.a.tomcat.util.* - packaging or documentation issue ?

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 --- Comment #1 from Mark Thomas --- I'd say documentation. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr..

[Bug 58112] New: o.a.c.ant.DeployTask depends on o.a.tomcat.util.* - packaging or documentation issue ?

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Bug ID: 58112 Summary: o.a.c.ant.DeployTask depends on o.a.tomcat.util.* - packaging or documentation issue ? Product: Tomcat 7 Version: trunk Hardware: PC

svn commit: r1689687 - in /tomcat/trunk: conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 14:16:27 2015 New Revision: 1689687 URL: http://svn.apache.org/r1689687 Log: Better docs for the debug attribute Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/trunk/webapps/docs/cgi-howto.xml M

svn commit: r1689679 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:59:30 2015 New Revision: 1689679 URL: http://svn.apache.org/r1689679 Log: More clean-up Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java URL: http://svn.apache.

svn commit: r1689677 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:57:52 2015 New Revision: 1689677 URL: http://svn.apache.org/r1689677 Log: Remove unnecessary comment. If filters want to interact with the input or output stream they are expected to wrap the request and/or response as necessary. Modified: tomcat/trunk/java

svn commit: r1689676 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:56:59 2015 New Revision: 1689676 URL: http://svn.apache.org/r1689676 Log: Remove statement of the obvious. Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java URL:

svn commit: r1689675 - /tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:56:37 2015 New Revision: 1689675 URL: http://svn.apache.org/r1689675 Log: Clean-up Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/CGIServlet.java URL: http://svn.apache.org/v

[Bug 58110] JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1689659 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/ErrorDispatcher.java webapps/docs/changelog.xml

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:22:01 2015 New Revision: 1689659 URL: http://svn.apache.org/r1689659 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 Like scriptlet sections, declaration sections of JSP pages have a one-to-one mapping of lines to the generated .java file. Use this

svn commit: r1689657 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/jasper/compiler/ErrorDispatcher.java webapps/docs/changelog.xml

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:20:06 2015 New Revision: 1689657 URL: http://svn.apache.org/r1689657 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 Like scriptlet sections, declaration sections of JSP pages have a one-to-one mapping of lines to the generated .java file. Use this

svn commit: r1689656 - /tomcat/trunk/java/org/apache/jasper/compiler/ErrorDispatcher.java

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 13:17:42 2015 New Revision: 1689656 URL: http://svn.apache.org/r1689656 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 Like scriptlet sections, declaration sections of JSP pages have a one-to-one mapping of lines to the generated .java file. Use this

[Bug 58111] Update to Eclipse ECJ 4.5

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58111 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

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

2015-07-07 Thread kkolinko
Author: kkolinko Date: Tue Jul 7 13:07:39 2015 New Revision: 1689651 URL: http://svn.apache.org/r1689651 Log: Correct a typo (missing ')') Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL: http://svn.apache.or

[Bug 58111] New: Update to Eclipse ECJ 4.5

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58111 Bug ID: 58111 Summary: Update to Eclipse ECJ 4.5 Product: Tomcat 8 Version: 8.0.23 Hardware: PC Status: NEW Severity: enhancement Priority: P2 Compon

[ANN] Apache Tomcat 7.0.63 released

2015-07-07 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.63. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and improvement

[Bug 58110] JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 --- Comment #2 from Mark Thomas --- I can confirm that this is a Tomcat bug in o.a.jasper.compiler.JavacErrorDetail I'll investigate a fix... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58110] JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 --- Comment #1 from Mark Thomas --- I've confirmed this error doesn't occur if you do something similar directly in Eclipse and I've been able to repeat this with trunk (9.0.x). I just need to check if JDT is returning the wrong line number or

[Bug 58110] New: JSP compiler points error to wrong line number when there are two same return statements.

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58110 Bug ID: 58110 Summary: JSP compiler points error to wrong line number when there are two same return statements. Product: Tomcat 7 Version: unspecified Hardware: PC

svn commit: r1689622 - in /tomcat/site/trunk: ./ docs/tomcat-8.0-doc/ docs/tomcat-8.0-doc/api/ docs/tomcat-8.0-doc/api/org/apache/catalina/ docs/tomcat-8.0-doc/api/org/apache/catalina/ant/ docs/tomcat

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 10:11:36 2015 New Revision: 1689622 URL: http://svn.apache.org/r1689622 Log: Update docs for 8.0.24 [This commit notification would consist of 64 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

svn commit: r1689615 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2015-07-07 Thread violetagg
Author: violetagg Date: Tue Jul 7 09:19:05 2015 New Revision: 1689615 URL: http://svn.apache.org/r1689615 Log: Update docs for Apache Tomcat 7.0.63 release. [This commit notification would consist of 330 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] -

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

2015-07-07 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-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150707-native-src.tar.gz -Dexampl

Heads up on OpenSSL vulnerability

2015-07-07 Thread Mark Thomas
FYI https://mta.openssl.org/pipermail/openssl-announce/2015-July/37.html We might need to point Windows users to this: http://wiki.apache.org/tomcat/BuildTcNativeWin until we can get an updated build out (assuming the issue affects us). It is looking like I'm not going to be in a position to

svn commit: r1689599 - in /tomcat/site/trunk: docs/ xdocs/

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 08:40:14 2015 New Revision: 1689599 URL: http://svn.apache.org/r1689599 Log: Update (excluding docs) for 8.0.24 release Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/docs/index.html tomcat/

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

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 08:26:20 2015 New Revision: 1689597 URL: http://svn.apache.org/r1689597 Log: Add 8.0.24 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/tc

svn commit: r9669 - /release/tomcat/tomcat-7/v7.0.62/

2015-07-07 Thread violetagg
Author: violetagg Date: Tue Jul 7 08:21:38 2015 New Revision: 9669 Log: Remove 7.0.62 Removed: release/tomcat/tomcat-7/v7.0.62/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: d

svn commit: r9668 - /release/tomcat/tomcat-8/v8.0.22/

2015-07-07 Thread markt
Author: markt Date: Tue Jul 7 08:19:35 2015 New Revision: 9668 Log: Remove old release Removed: release/tomcat/tomcat-8/v8.0.22/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1689591 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-07-07 Thread violetagg
Author: violetagg Date: Tue Jul 7 07:57:24 2015 New Revision: 1689591 URL: http://svn.apache.org/r1689591 Log: Updates (excluding docs) for 7.0.63 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-70.ht

[Bug 57129] Regression. Load WEB-INF/lib jarfiles in alphabetical order

2015-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED