[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #5 from prashant --- Hello Mark, Is there way to patch the fix to 8.0.23? Could you please let us know the class/java files need to replaced in 8.0.23 to make this work? -- You are receiving this mail because: You are the assign

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #6 from Mark Thomas --- The patches for 8.0.x are r1694503 and r1694548. I would not recommend copying class files from one version to another. If you really want to patch this in 8.0.23 then you need to checkout the 8.0.23 tag, ap

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

2015-10-09 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151009-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151009/lib -Dt

Early Access build 83 for JDK 9 and JDK 9 with Project Jigsaw are available for download.

2015-10-09 Thread Rory O'Donnell
Hi Mark/Mladen, JDK 9 with Project Jigsaw Early Access build b83 is available for download at jdk9.java.net/jigsaw . Notable changes: * The -Xoverride option has been extended and renamed to -Xpatch, and the -XaddReads option has been restored [1] (changesets

[Bug 58490] New: Webapp does not start when using web-fragments icw unpackWARs="false"

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58490 Bug ID: 58490 Summary: Webapp does not start when using web-fragments icw unpackWARs="false" Product: Tomcat 8 Version: trunk Hardware: PC OS: All

svn commit: r10752 [2/2] - in /dev/tomcat/tomcat-7/v7.0.65: ./ bin/ bin/embed/ bin/extras/ src/

2015-10-09 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.65/bin/embed/apache-tomcat-7.0.65-embed.zip.md5 == --- dev/tomcat/tomcat-7/v7.0.65/bin/embed/apache-tomcat-7.0.65-embed.zip.md5 (added) +++ dev/tomcat/tomcat-7/v7.0.65/bin/embed/apache-tomca

svn commit: r10752 [1/2] - in /dev/tomcat/tomcat-7/v7.0.65: ./ bin/ bin/embed/ bin/extras/ src/

2015-10-09 Thread violetagg
Author: violetagg Date: Fri Oct 9 10:56:53 2015 New Revision: 10752 Log: Stage 7.0.65RC Added: dev/tomcat/tomcat-7/v7.0.65/ dev/tomcat/tomcat-7/v7.0.65/KEYS (with props) dev/tomcat/tomcat-7/v7.0.65/README.html (with props) dev/tomcat/tomcat-7/v7.0.65/RELEASE-NOTES dev/tom

svn commit: r1707691 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2015-10-09 Thread violetagg
Author: violetagg Date: Fri Oct 9 10:58:15 2015 New Revision: 1707691 URL: http://svn.apache.org/viewvc?rev=1707691&view=rev Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default tomcat/tc7.0.x/trunk/w

Re: [VOTE] Release Apache Tomcat 8.0.28

2015-10-09 Thread Felix Schumacher
Am 7. Oktober 2015 21:13:07 MESZ, schrieb Mark Thomas : >The proposed Apache Tomcat 8.0.28 release is now available for voting. > >The main changes since 8.0.27 are: > >- Allow file based configuration resources (e.g. key stores) to be > configured using URLs > >- Restore code signing to the Win

[VOTE] Release Apache Tomcat 7.0.65

2015-10-09 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.65 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.65/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1053/ The svn tag is: http://svn.apache.org/

svn commit: r1707706 - /tomcat/trunk/java/javax/servlet/ServletContext.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 12:39:35 2015 New Revision: 1707706 URL: http://svn.apache.org/viewvc?rev=1707706&view=rev Log: Servlet 4.0. Javadoc updates for ServletContext methods to clarify that null attribute/parameter names are not allowed. Modified: tomcat/trunk/java/javax/servlet/Ser

svn commit: r1707707 - in /tomcat/trunk/java: javax/servlet/ServletContext.java org/apache/catalina/core/ApplicationContext.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 12:43:21 2015 New Revision: 1707707 URL: http://svn.apache.org/viewvc?rev=1707707&view=rev Log: Javadoc improvements. Use inherited Javadoc since it has more information. Modified: tomcat/trunk/java/javax/servlet/ServletContext.java tomcat/trunk/java/org/apa

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1707713 - in /tomcat/trunk: ./ java/javax/servlet/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/tomcat/util/descriptor/web/ res/META-INF/ test/javax/

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 12:58:48 2015 New Revision: 1707713 URL: http://svn.apache.org/viewvc?rev=1707713&view=rev Log: Update Servlet version to 4.0. This adds some TODOs that require updated XSDs before they can be completed. Modified: tomcat/trunk/RELEASE-NOTES tomcat/trunk/buil

buildbot failure in ASF Buildbot on tomcat-trunk

2015-10-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/409 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1707719 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:16:28 2015 New Revision: 1707719 URL: http://svn.apache.org/viewvc?rev=1707719&view=rev Log: Javadoc improvements. Use inherited Javadoc since it has more information. Remove some excessive blank lines. Modified: tomcat/trunk/java/org/apache/catalina/core/App

svn commit: r1707720 - in /tomcat/trunk/java: javax/servlet/ServletContext.java org/apache/catalina/core/ApplicationContext.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:21:53 2015 New Revision: 1707720 URL: http://svn.apache.org/viewvc?rev=1707720&view=rev Log: Javadoc improvements. Use inherited Javadoc since it generally has more information. Fill in gaps using implementation Javadoc where available. Modified: tomcat/trun

svn commit: r1707724 - in /tomcat/trunk/java: javax/servlet/ServletContext.java org/apache/catalina/core/ApplicationContext.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:31:39 2015 New Revision: 1707724 URL: http://svn.apache.org/viewvc?rev=1707724&view=rev Log: Javadoc improvements. Use inherited Javadoc since it generally has more information. Fill in gaps using implementation Javadoc where available. Modified: tomcat/trun

svn commit: r1707726 - in /tomcat/trunk/java/javax/servlet: ./ http/

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:38:24 2015 New Revision: 1707726 URL: http://svn.apache.org/viewvc?rev=1707726&view=rev Log: Servlet 4.0 Use of @Deprecated Modified: tomcat/trunk/java/javax/servlet/ServletContext.java tomcat/trunk/java/javax/servlet/ServletRequest.java tomcat/trunk/

svn commit: r1707727 - in /tomcat/trunk/java/javax/servlet: ./ http/

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:50:54 2015 New Revision: 1707727 URL: http://svn.apache.org/viewvc?rev=1707727&view=rev Log: Servlet 4.0 Default methods for listeners Modified: tomcat/trunk/java/javax/servlet/ServletContextAttributeListener.java tomcat/trunk/java/javax/servlet/ServletCo

svn commit: r1707728 - in /tomcat/trunk: java/org/apache/catalina/valves/ java/org/apache/tomcat/websocket/server/ test/org/apache/catalina/core/ test/org/apache/catalina/startup/ test/org/apache/jasp

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 13:51:12 2015 New Revision: 1707728 URL: http://svn.apache.org/viewvc?rev=1707728&view=rev Log: Take advantage of new default methods Modified: tomcat/trunk/java/org/apache/catalina/valves/CrawlerSessionManagerValve.java tomcat/trunk/java/org/apache/tomcat/w

Re: [VOTE] Release Apache Tomcat 8.0.28

2015-10-09 Thread Jeanfrancois Arcand
On 2015-10-07 3:13 PM, Mark Thomas wrote: The proposed Apache Tomcat 8.0.28 release is now available for voting. The main changes since 8.0.27 are: - Allow file based configuration resources (e.g. key stores) to be configured using URLs - Restore code signing to the Windows installer an u

svn commit: r1707769 - in /tomcat/trunk/java/javax/servlet: GenericFilter.java HttpFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 16:51:26 2015 New Revision: 1707769 URL: http://svn.apache.org/viewvc?rev=1707769&view=rev Log: Servlet 4.0 Add GenericFilter and HttpFilter (not checked with javap yet) Added: tomcat/trunk/java/javax/servlet/GenericFilter.java (with props) tomcat/trunk/ja

svn commit: r1707770 - /tomcat/trunk/java/javax/servlet/GenericFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 16:53:55 2015 New Revision: 1707770 URL: http://svn.apache.org/viewvc?rev=1707770&view=rev Log: Add a NO-OP destroy method Modified: tomcat/trunk/java/javax/servlet/GenericFilter.java Modified: tomcat/trunk/java/javax/servlet/GenericFilter.java URL: http://svn

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

2015-10-09 Thread Bill Barker
pache-commons/daemon/dist/bin/commons-daemon-20151009-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015

svn commit: r1707797 - in /tomcat/trunk/java/org/apache: catalina/filters/WebdavFixFilter.java tomcat/websocket/server/WsFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 19:15:25 2015 New Revision: 1707797 URL: http://svn.apache.org/viewvc?rev=1707797&view=rev Log: Take advantage of GenericFilter Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java tomcat/trunk/java/org/apache/tomcat/websocket/server/

svn commit: r1707798 - in /tomcat/trunk: java/org/apache/catalina/filters/RequestDumperFilter.java java/org/apache/catalina/ssi/SSIFilter.java webapps/examples/WEB-INF/classes/filters/ExampleFilter.ja

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 19:24:31 2015 New Revision: 1707798 URL: http://svn.apache.org/viewvc?rev=1707798&view=rev Log: Take advantage of GenericFilter Modified: tomcat/trunk/java/org/apache/catalina/filters/RequestDumperFilter.java tomcat/trunk/java/org/apache/catalina/ssi/SSIFilt

svn commit: r1707801 - in /tomcat/trunk: test/org/apache/catalina/core/TestStandardContext.java test/org/apache/catalina/startup/ParamFilter.java webapps/examples/WEB-INF/classes/compressionFilters/Co

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 19:34:08 2015 New Revision: 1707801 URL: http://svn.apache.org/viewvc?rev=1707801&view=rev Log: Take advantage of GenericFilter Modified: tomcat/trunk/test/org/apache/catalina/core/TestStandardContext.java tomcat/trunk/test/org/apache/catalina/startup/ParamF

svn commit: r1707804 - in /tomcat/trunk: java/org/apache/catalina/filters/CorsFilter.java java/org/apache/catalina/filters/RemoteIpFilter.java test/org/apache/catalina/startup/DuplicateMappingParamFil

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 19:53:51 2015 New Revision: 1707804 URL: http://svn.apache.org/viewvc?rev=1707804&view=rev Log: Take advantage of GenericFilter Modified: tomcat/trunk/java/org/apache/catalina/filters/CorsFilter.java tomcat/trunk/java/org/apache/catalina/filters/RemoteIpFilt

[Bug 58486] JreMemoryLeakPreventionListener: initialize two further JRE classes

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58486 Luke Woodward changed: What|Removed |Added OS||All --- Comment #1 from Luke Woodward

svn commit: r1707821 - in /tomcat/trunk/java/javax/servlet: Filter.java GenericFilter.java HttpFilter.java ServletRegistration.java http/HttpFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 21:51:37 2015 New Revision: 1707821 URL: http://svn.apache.org/viewvc?rev=1707821&view=rev Log: Move HttpFilter to the correct package. Re-order some methods to simplify checking against the RI using javap. Added: tomcat/trunk/java/javax/servlet/http/HttpFilter.

svn commit: r1707823 - /tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 22:16:27 2015 New Revision: 1707823 URL: http://svn.apache.org/viewvc?rev=1707823&view=rev Log: This seems to be OK but Eclipse doesn't like it and the error it flags up is distracting. Modified: tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

svn commit: r1707824 - /tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 22:19:18 2015 New Revision: 1707824 URL: http://svn.apache.org/viewvc?rev=1707824&view=rev Log: Revert (obviously wrong) previous commit Modified: tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java Modified: tomcat/trunk/java/org/apache/catalina/f

svn commit: r1707825 - /tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 22:19:57 2015 New Revision: 1707825 URL: http://svn.apache.org/viewvc?rev=1707825&view=rev Log: Better way to stop Eclipse moaning. Modified: tomcat/trunk/java/org/apache/catalina/filters/ExpiresFilter.java Modified: tomcat/trunk/java/org/apache/catalina/filter

svn commit: r1707827 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ test/org/apache/catalina/filters/

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 22:42:51 2015 New Revision: 1707827 URL: http://svn.apache.org/viewvc?rev=1707827&view=rev Log: Servlet 4.0 Add some PushBuilder plumbing. Doesn't do anything yet. Added: tomcat/trunk/java/javax/servlet/http/PushBuilder.java (with props) Modified: tomcat/t

svn commit: r1707829 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java

2015-10-09 Thread markt
Author: markt Date: Fri Oct 9 22:43:41 2015 New Revision: 1707829 URL: http://svn.apache.org/viewvc?rev=1707829&view=rev Log: Servlet 4.0 Missed a new class in previous commit Added: tomcat/trunk/java/org/apache/catalina/core/ApplicationPushBuilder.java (with props) Added: tomcat/trunk/j

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

2015-10-09 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-trunk-test-nio has an issue affecting its community integration. Th

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

2015-10-09 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-trunk-test-nio2 has an issue affecting its community integration. T