[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) --- 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 receiving this mail because: Yo

[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) changed: What|Removed |Added CC||howeverk...@gmail.com --

[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 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) --- Created attachment 31206 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31206&action=edit Test Source I suggest that org.apache.jasper.runtime.PageContextImpl needs to check if bu

[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 Ha

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 wrote: > > On Sun, Jan 12, 2014 at 9:16 PM, Henri Yandell 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 > > only having had code in it

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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) tomcat/tc7.0.x/trunk/java/org

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 Modified

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 al

Re: [Taglibs] Extended?

2014-01-14 Thread Jeremy Boynes
On Jan 13, 2014, at 9:51 PM, Henri Yandell 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 for > adding ne

[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

[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 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 --- 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 are the assignee for the bug.

[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 --- 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. -

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 Source

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICAT

[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 --- *** 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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||chris.d...@gmail.com --- Comment #3

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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 tomcat/trun

[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 changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

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: tomcat/trunk/java/org/apache/jasper/co

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: http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina-tasks.xml?rev=15580

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: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1558014&r1=1558013&r

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 & test. JDK 7u60 b02 Early Access Build is also available

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: tomcat/tc6

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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 tomcat/tc6.0.x/trunk/build.properties.def

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---