svn commit: r1557990 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default eclipse.classpath java/org/apache/catalina/startup/TldConfig.java java/org/apache/jasper/compiler/TldLocationsCache

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 09:20:46 2014 New Revision: 1557990 URL: http://svn.apache.org/r1557990 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Update the Eclipse compiler to 4.3.1 Modified: tomcat/tc6.0.x/trunk/STATUS.txt

[Bug 55759] Update to ECJ 4.3.1

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55671] Backport genStringAsCharArray patch to Tomcat 6.x branch.

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1557994 - in /tomcat/tc6.0.x/trunk: ./ conf/ java/org/apache/jasper/ java/org/apache/jasper/resources/ webapps/docs/

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 09:35:25 2014 New Revision: 1557994 URL: http://svn.apache.org/r1557994 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 s/genStrAsCharArray/genStringAsCharArray/ and retain support for genStrAsCharArray as an init parameter Modified:

JDK 8 Build 123 JDK 7 Update 60 build 02 are available on java.net

2014-01-14 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, We haven't heard from you in some time, how is your testing progressing ? Please let me know if you are seeing any issues. JDK 8 Build b123 Early Access Build is now available for download http://jdk8.java.net/download.html test. JDK 7u60 b02 Early Access Build is also available

svn commit: r1558014 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 11:27:54 2014 New Revision: 1558014 URL: http://svn.apache.org/r1558014 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1558018 - /tomcat/trunk/bin/catalina-tasks.xml

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 12:04:01 2014 New Revision: 1558018 URL: http://svn.apache.org/r1558018 Log: Add new JAR Modified: tomcat/trunk/bin/catalina-tasks.xml Modified: tomcat/trunk/bin/catalina-tasks.xml URL:

svn commit: r1558019 - /tomcat/trunk/java/org/apache/jasper/compiler/TldCache.java

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 12:04:41 2014 New Revision: 1558019 URL: http://svn.apache.org/r1558019 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55995 Fix NPE when using JspC and there are JARs containing TLDs on the classpath Modified:

[Bug 55995] java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55995 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 56003] tool-wrapper.bat cannot report failures. because ExceptionUtils class is not on classpath

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56003 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1558020 - in /tomcat/trunk/bin: tool-wrapper.bat tool-wrapper.sh

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 12:10:07 2014 New Revision: 1558020 URL: http://svn.apache.org/r1558020 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56003 tool-wrapper.[sh|bat] requires tomcat-util.jar on the class path Modified: tomcat/trunk/bin/tool-wrapper.bat

[Bug 55945] Support pre-compressed (gzip) resources with arbitrary file name extensions

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55945 Mark Thomas ma...@apache.org changed: What|Removed |Added CC||chris.d...@gmail.com

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55946] Add sample filter for serving pre-compressed files by merely adding Content-Encoding to response headers

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55946 --- Comment #1 from Mark Thomas ma...@apache.org --- *** Bug 55945 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55943] Provide a way prevent looking at the System classloader before the webapp classloaders

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 55945] Support pre-compressed (gzip) resources with arbitrary file name extensions

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55945 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 55946] Add sample filter for serving pre-compressed files by merely adding Content-Encoding to response headers

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55946 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

buildbot success in ASF Buildbot on tomcat-trunk

2014-01-14 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/5396 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

[Bug 55995] java.lang.NullPointerException at org.apache.jasper.servlet.JspCServletContext.getResource(JspCServletContext.java:344)

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55995 --- Comment #5 from Peter Lenahan peter_lena...@ibi.com --- Konstantin, Mark, Thank you both for reproducing the problem in a better way and fixing it so fast. Peter -- You are receiving this mail because: You are the assignee for the

[Bug 55946] Add sample filter for serving pre-compressed files by merely adding Content-Encoding to response headers

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55946 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- Okay. Your filter did have a flaw in it that needed to be corrected. I'll see if I can find a home for it on the Wiki. -- You are receiving this mail because: You

[Bug 56005] New: ISAPI redirector WEB-INF/META-INF Path Check false positive (#51769 is back)

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56005 Bug ID: 56005 Summary: ISAPI redirector WEB-INF/META-INF Path Check false positive (#51769 is back) Product: Tomcat Connectors Version: 1.2.37 Hardware: PC

[Bug 56005] ISAPI redirector WEB-INF/META-INF Path Check false positive (#51769 is back)

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56005 ringz...@nym.hush.com changed: What|Removed |Added CC||ringz...@nym.hush.com

Re: [Taglibs] Extended?

2014-01-14 Thread Jeremy Boynes
On Jan 13, 2014, at 9:51 PM, Henri Yandell flame...@gmail.com wrote: Any thoughts Jeremy on our containing tags outside of the Standard implementation? I was pondering folding the Extended one (which contains two very tiny tags) into the Standard taglib, or if you don't see any likelihood

Context switch integration

2014-01-14 Thread Rémy Maucherat
Hi, In Tomcat, entering a context is done simply by setting the context classloader and sometimes firing some random events (like the ones from the ServletRequestListener). This isn't so good for integration and could use improvements, in addition to at least one place where this is not done at

svn commit: r1558129 - /tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapper.java

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 17:58:45 2014 New Revision: 1558129 URL: http://svn.apache.org/r1558129 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55996 Ensure Async requests timeout correctly. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SocketWrapper.java

svn commit: r1558173 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/SocketWrapper.java webapps/docs/changelog.xml

2014-01-14 Thread markt
Author: markt Date: Tue Jan 14 19:18:30 2014 New Revision: 1558173 URL: http://svn.apache.org/r1558173 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55996 Ensure Async requests timeout correctly. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 55996] Async context does not timeout with HTTP NIO connector

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55996 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r1555177 - in /tomcat/taglibs: extended/trunk/ rdc/trunk/ rdc/trunk/taglibs-rdc-dist/ rdc/trunk/taglibs-rdc-examples/ rdc/trunk/taglibs-rdc/ site/ standard/trunk/ taglibs-parent/trunk/

2014-01-14 Thread Rahul Akolkar
On Tue, Jan 14, 2014 at 12:49 AM, Henri Yandell flame...@gmail.com wrote: On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell flame...@gmail.com wrote: My main concern is it makes inactive codebases seem alive. ie) extended looks as though there's been code change in the last 5 years instead of

[Bug 56010] New: JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 Bug ID: 56010 Summary: JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException Product: Tomcat 7 Version: trunk

[Bug 56010] JspFactory.getPageContext with JspWriter.DEFAULT_BUFFER throws IllegalArgumentException

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56010 --- Comment #1 from Eugene Chung (TmaxSoft) bluewolf.ch...@gmail.com --- Created attachment 31206 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31206action=edit Test Source I suggest that

[Bug 56012] New: wrong import statement generation while using the extends attribute of the page directive

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56012 Bug ID: 56012 Summary: wrong import statement generation while using the extends attribute of the page directive Product: Tomcat 7 Version: trunk Hardware: PC

[Bug 56012] wrong import statement generation while using the extends attribute of the page directive

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56012 Eugene Chung (TmaxSoft) bluewolf.ch...@gmail.com changed: What|Removed |Added CC|

[Bug 56012] wrong import statement generation while using the extends attribute of the page directive

2014-01-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56012 --- Comment #1 from Eugene Chung (TmaxSoft) bluewolf.ch...@gmail.com --- It is a compile time error to import a type from the unnamed package. (from http://docs.oracle.com/javase/specs/jls/se5.0/html/packages.html#70209) -- You are