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
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
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
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/
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=55772
Seth P changed:
What|Removed |Added
CC||seth.pellegrino@jivesoftwar
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.
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
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
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
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
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
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
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
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
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:
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
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
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
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
21 matches
Mail list logo