[Bug 55776] New: if path include relative char, eg: ../, classloader will not find zhe file

2013-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55776 Bug ID: 55776 Summary: if path include relative char, eg: ../, classloader will not find zhe file Product: Tomcat 8 Version: 8.0.0-RC5 Hardware: PC OS

Re: [VOTE] Release Apache Standard Taglib 1.2.1

2013-11-13 Thread Jeremy Boynes
On Nov 13, 2013, at 6:58 PM, Jeremy Boynes wrote: > > The proposed 1.2.1 release is: > [ ] Broken - do not release > [X] OK - release as 1.2.1 Confirmed source distribution builds. Confirmed JSTL TCK passes on Mac OSX 10.8.5, Java 1.6.0_65, Apache Tomcat 7.0.47 Thanks Jeremy signature.asc De

[VOTE] Release Apache Standard Taglib 1.2.1

2013-11-13 Thread Jeremy Boynes
I'd like to release Apache Standard Taglib 1.2.1. This is an update to the withdrawn 1.2.0, built with JDK 1.7.0_45 to address JavaDoc issues and incorporating feedback on the documentation. Maven Staging Repository: https://repository.apache.org/content/repositories/orgapachetomcat-132/ Source

svn commit: r1541786 - /tomcat/taglibs/standard/tags/taglibs-standard-1.2.1/

2013-11-13 Thread jboynes
Author: jboynes Date: Thu Nov 14 02:47:18 2013 New Revision: 1541786 URL: http://svn.apache.org/r1541786 Log: [maven-release-plugin] copy for tag taglibs-standard-1.2.1 Added: tomcat/taglibs/standard/tags/taglibs-standard-1.2.1/ - copied from r1541785, tomcat/taglibs/standard/trunk/

svn commit: r1541785 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2013-11-13 Thread jboynes
Author: jboynes Date: Thu Nov 14 02:47:16 2013 New Revision: 1541785 URL: http://svn.apache.org/r1541785 Log: [maven-release-plugin] prepare release taglibs-standard-1.2.1 Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml tomcat/t

svn commit: r1541787 - in /tomcat/taglibs/standard/trunk: build-tools/pom.xml compat/pom.xml impl/pom.xml jstlel/pom.xml pom.xml spec/pom.xml

2013-11-13 Thread jboynes
Author: jboynes Date: Thu Nov 14 02:47:19 2013 New Revision: 1541787 URL: http://svn.apache.org/r1541787 Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/taglibs/standard/trunk/build-tools/pom.xml tomcat/taglibs/standard/trunk/compat/pom.xml tomcat/t

[Bug 55772] Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak

2013-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55772 Seth P changed: What|Removed |Added CC||seth.pellegrino@jivesoftwar

[Bug 55772] Flushing AsyncContext response writer after ClientAbortException (BrokenPipe) causes request state to leak

2013-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55772 --- Comment #1 from Seth P --- >From our analysis of the issue, the problem occurs because of AbstractHttp11Processor's reentrancy via the Response object. From the following stack trace: java.io.IOException: Broken pipe at sun.nio.ch.

buildbot success in ASF Buildbot on tomcat-trunk

2013-11-13 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/5216 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

buildbot failure in ASF Buildbot on tomcat-trunk

2013-11-13 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/5215 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

svn commit: r1541539 - in /tomcat/trunk/java/org/apache: jasper/ jasper/compiler/ tomcat/util/descriptor/tld/

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 14:53:49 2013 New Revision: 1541539 URL: http://svn.apache.org/r1541539 Log: Remove TldLocation Removed: tomcat/trunk/java/org/apache/jasper/compiler/TldLocation.java Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java tomcat/trunk/j

svn commit: r1541538 - in /tomcat/trunk: java/org/apache/jasper/servlet/ java/org/apache/tomcat/ java/org/apache/tomcat/util/descriptor/tld/ java/org/apache/tomcat/util/descriptor/web/ java/org/apache

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 14:52:53 2013 New Revision: 1541538 URL: http://svn.apache.org/r1541538 Log: Make the web application path available to the TldResourcePath Modified: tomcat/trunk/java/org/apache/jasper/servlet/TldScanner.java tomcat/trunk/java/org/apache/tomcat/JarScannerCa

svn commit: r1541515 - /tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlJar.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 13:22:24 2013 New Revision: 1541515 URL: http://svn.apache.org/r1541515 Log: Revert accidental commit in r1541472 Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlJar.java Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/JarFileUrlJar.ja

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

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 12:41:35 2013 New Revision: 1541506 URL: http://svn.apache.org/r1541506 Log: Don't close jar here - may need to read other files from the JAR. Modified: tomcat/trunk/java/org/apache/jasper/compiler/ParserController.java Modified: tomcat/trunk/java/org/apache/ja

svn commit: r1541472 - in /tomcat/trunk/java/org/apache: jasper/compiler/TagLibraryInfoImpl.java tomcat/util/scan/JarFileUrlJar.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 11:19:26 2013 New Revision: 1541472 URL: http://svn.apache.org/r1541472 Log: Improve error reporting. - Be more precise about the location of the file with the error - Don't swallow exceptions Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfo

svn commit: r1541459 - /tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 10:41:13 2013 New Revision: 1541459 URL: http://svn.apache.org/r1541459 Log: jndi URLs are no longer used in Tomcat Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java Modified: tomcat/trunk/java/org/apache/jasper/JspCompilationContext.java

svn commit: r1541457 - /tomcat/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 10:31:49 2013 New Revision: 1541457 URL: http://svn.apache.org/r1541457 Log: ImplicitTagLibraryInfo represents an implicit tag library corresponding to the tag files in "/WEB-INF/tags/" or a subdirectory of it so there is never a containing JAR file. Modified:

svn commit: r1541453 - /tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 10:23:29 2013 New Revision: 1541453 URL: http://svn.apache.org/r1541453 Log: Already have a reference to the JAR containing the tag so use it rather than looking it up again. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified

svn commit: r1541440 - /tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java

2013-11-13 Thread markt
Author: markt Date: Wed Nov 13 09:38:18 2013 New Revision: 1541440 URL: http://svn.apache.org/r1541440 Log: Remove code that was written to avoid jndi:// URLs when accessing resources. It is no longer required as jndi:// URLs are no longer returned. Modified: tomcat/trunk/java/org/apache/tom

Re: TldLocation

2013-11-13 Thread Mark Thomas
On 13/11/2013 08:04, Jeremy Boynes wrote: > On Nov 12, 2013, at 8:53 AM, Mark Thomas wrote: >> >> I was planning on completing the removal of TldLocation. I'm >> currently working my way through understanding what that means. > > I'd started by trying to remove the parsing code from > TagLibr

TldLocation

2013-11-13 Thread Jeremy Boynes
On Nov 12, 2013, at 8:53 AM, Mark Thomas wrote: > On 12/11/2013 15:27, Jeremy Boynes wrote: >> On Nov 12, 2013, at 5:00 AM, ma...@apache.org wrote: >> >>> Author: markt Date: Tue Nov 12 13:00:03 2013 New Revision: >>> 1541041 >>> >>> URL: http://svn.apache.org/r1541041 Log: Replace >>> TldLocat