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

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129 --- Comment #12 from quaff --- (In reply to Christopher Schultz from comment #11) > (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

svn commit: r1689825 - in /tomcat/trunk: java/org/apache/catalina/ant/ test/deployment/ test/deployment/dir with spaces/ test/org/apache/catalina/ant/

2015-07-08 Thread violetagg
Author: violetagg Date: Wed Jul 8 09:14:53 2015 New Revision: 1689825 URL: http://svn.apache.org/r1689825 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Rework the change made with r1688563. When the war location points to a local path the FileInputStream will be used otherwise UR

svn commit: r1689850 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java test/deployment/context.jar test/deployment/dir with spaces/ test/org/apache/catalina/ant/ webapps/docs

2015-07-08 Thread violetagg
Author: violetagg Date: Wed Jul 8 11:50:38 2015 New Revision: 1689850 URL: http://svn.apache.org/r1689850 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Merged revision 1689825 from tomcat/trunk: Rework the change made with r1688563. When the war location points to a local path th

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

2015-07-08 Thread violetagg
Author: violetagg Date: Wed Jul 8 11:58:12 2015 New Revision: 1689851 URL: http://svn.apache.org/r1689851 Log: Correct the order in changelog 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/viewv

svn commit: r1689852 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ant/DeployTask.java test/deployment/context.jar test/deployment/dir with spaces/ test/org/apache/catalina/ant/ webapps/docs

2015-07-08 Thread violetagg
Author: violetagg Date: Wed Jul 8 11:59:37 2015 New Revision: 1689852 URL: http://svn.apache.org/r1689852 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Merged revision 1689825 from tomcat/trunk: Rework the change made with r1688563. When the war location points to a local path th

[Bug 58086] Deploy WAR file using http:// throws FileNotFoundException

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58086 Violeta Georgieva changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1689856 - /tomcat/trunk/webapps/docs/manager-howto.xml

2015-07-08 Thread violetagg
Author: violetagg Date: Wed Jul 8 12:20:13 2015 New Revision: 1689856 URL: http://svn.apache.org/r1689856 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Add to the documentation that tomcat-util.jar is also needed when executing Manager's commands with ANT Modified: tomcat/tr

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

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 --- Comment #2 from Konstantin Kolinko --- I'd say that the recommended way to enable those tasks in Ant is to use one of the following: a) bin/catalina-tasks.xml from usual Tomcat 7.0.x distribution b) build.xml from Tomcat 7.0.x deployer dis

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

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58112 Violeta Georgieva changed: What|Removed |Added Component|Packaging |Documentation -- You are receivin

[ANN] Apache Tomcat 8.0.24 available

2015-07-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.24. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.24 includes numerous fixes for

[Bug 58095] Empty

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58095 --- Comment #5 from jones...@oildex.com --- Thanks for the input. Regarding Content-Type: Jasper sets the content type in the generated source file by itself, i.e: response.setContentType("text/xml;charset=UTF-8"); I havent been able to

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

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 17:06:30 2015 New Revision: 1689918 URL: http://svn.apache.org/r1689918 Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 Don't disable error page support unless debug is set to 10 or more. Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/or

svn commit: r1689919 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/servlets/CGIServlet.java

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 17:08:09 2015 New Revision: 1689919 URL: http://svn.apache.org/r1689919 Log: Clean-up code and comments Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java Propchange: tomcat/tc8.0.x/trunk

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

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 17:08:36 2015 New Revision: 1689920 URL: http://svn.apache.org/r1689920 Log: Better docs for CGIServlet debug init param Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/conf/web.xml tomcat/tc8.0.x/trunk/java/org/apache/catalina/ser

svn commit: r1689921 - in /tomcat/tc8.0.x/trunk: ./ conf/web.xml java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 17:10:54 2015 New Revision: 1689921 URL: http://svn.apache.org/r1689921 Log: Don't disable error page support unless debug is set to 10 or more. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/conf/web.xml tomcat/tc8.0.x/trunk/java

[Bug 57741] Add support for error-pages to CGIServlet

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

[Bug 58095] Empty

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58095 --- Comment #6 from Christopher Schultz --- (In reply to jonesgav from comment #5) > We have also similar found issues with a self-closing tag. I'm pretty sure a form with no child elements is not legal anyway. > We worked around it the sa

[Bug 48899] Guess URI charset should solve lot of problems

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

svn commit: r1689935 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 18:53:44 2015 New Revision: 1689935 URL: http://svn.apache.org/r1689935 Log: Use try-with-resources Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java URL: http://svn.apache.o

Re: svn commit: r1689935 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-08 Thread Violeta Georgieva
Hi Mark, 2015-07-08 21:53 GMT+03:00 : > > Author: markt > Date: Wed Jul 8 18:53:44 2015 > New Revision: 1689935 > > URL: http://svn.apache.org/r1689935 > Log: > Use try-with-resources > > Modified: > tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java > > Modified: tomcat/trunk/java/org

Re: svn commit: r1689935 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-08 Thread Mark Thomas
On 08/07/2015 20:18, Violeta Georgieva wrote: > Hi Mark, > > 2015-07-08 21:53 GMT+03:00 : >> >> Author: markt >> Date: Wed Jul 8 18:53:44 2015 >> New Revision: 1689935 >> >> URL: http://svn.apache.org/r1689935 >> Log: >> Use try-with-resources >> >> Modified: >> tomcat/trunk/java/org/apache/c

svn commit: r1689941 - /tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java

2015-07-08 Thread markt
Author: markt Date: Wed Jul 8 19:21:26 2015 New Revision: 1689941 URL: http://svn.apache.org/r1689941 Log: Revert r1686635 Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java Modified: tomcat/trunk/java/org/apache/catalina/ant/DeployTask.java URL: http://svn.apache.org/view

[Bug 58116] New: [PATCH] Running with SecurityManager: CometProcessor servlets throw NoSuchMethodException

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116 Bug ID: 58116 Summary: [PATCH] Running with SecurityManager: CometProcessor servlets throw NoSuchMethodException Product: Tomcat 7 Version: 7.0.63 Hardware: PC

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

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

[Bug 58116] [PATCH] Running with SecurityManager: CometProcessor servlets throw NoSuchMethodException

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58116 --- Comment #1 from Johno Crawford --- javax.servlet.ServletException: Servlet execution threw an exception java.security.AccessController.doPrivileged(Native Method) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepor

[Bug 57741] Add support for error-pages to CGIServlet

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #6 from jdh5...@gmail.com --- (In reply to Mark Thomas from comment #5) > As of 8.0.25, the CGI servlet will use the standard error page mechanism > unless the debug attribute is 10 or less. Thanks Mark! Appreciate the help. -- Yo