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

2014-11-01 Thread Bill Barker
it/target/junit-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141101-native-src.tar.gz -Dexamples.sources.

[Bug 57173] EOFException during annotation scanning

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57173 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

Re: svn commit: r1635524 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2014-11-01 Thread Mark Thomas
On 30/10/2014 21:26, Rémy Maucherat wrote: > 2014-10-30 21:18 GMT+01:00 Mark Thomas : > >>> There should be no difference with the !connectionClosePresent as one of >>> the flags is for connection: close in the request, the other one for >>> connection: close in the response. And connection: close

[Bug 57172] NullPointerException in findResources of WebappClassLoader

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1635524 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2014-11-01 Thread Rémy Maucherat
2014-11-01 17:27 GMT+01:00 Mark Thomas : > OK. Happy to ditch nearly all of this. There was a tweak to a unit test > I'd like to keep. I'll do those reverts shorty unless you beat me to it. > > Unlikely, I'm not doing much on WEs, and I am mostly interested in the upgrade process in the immediate

svn commit: r1635994 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ test/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 17:38:56 2014 New Revision: 1635994 URL: http://svn.apache.org/r1635994 Log: Revert the changes in 1635524 apart from some of the unit test changes that extend the coverage of the existing unit tests Modified: tomcat/trunk/java/org/apache/coyote/http11/Abstract

svn commit: r1635995 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 17:41:34 2014 New Revision: 1635995 URL: http://svn.apache.org/r1635995 Log: Revert comment change from r1635440 Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp

svn commit: r1635996 - in /tomcat/trunk: java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 17:43:13 2014 New Revision: 1635996 URL: http://svn.apache.org/r1635996 Log: Revert r1635431 as discussed on dev list Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat

svn commit: r1636029 - /tomcat/trunk/test/org/apache/el/TestELInJsp.java

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 20:09:33 2014 New Revision: 1636029 URL: http://svn.apache.org/r1636029 Log: Remove some unnecessary new lines Modified: tomcat/trunk/test/org/apache/el/TestELInJsp.java Modified: tomcat/trunk/test/org/apache/el/TestELInJsp.java URL: http://svn.apache.org/view

Re: svn commit: r1635280 - /tomcat/trunk/test/org/apache/catalina/session/Threading.java

2014-11-01 Thread Felix Schumacher
Am 29.10.2014 um 20:54 schrieb ma...@apache.org: Author: markt Date: Wed Oct 29 19:54:55 2014 New Revision: 1635280 URL: http://svn.apache.org/r1635280 Log: Update for Tomcat 8 Modified: tomcat/trunk/test/org/apache/catalina/session/Threading.java Modified: tomcat/trunk/test/org/apache/ca

svn commit: r1636054 - in /tomcat/trunk/test: javax/el/TestCompositeELResolver.java javax/servlet/jsp/TestPageContext.java org/apache/catalina/core/TestApplicationContext.java org/apache/catalina/star

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 21:04:20 2014 New Revision: 1636054 URL: http://svn.apache.org/r1636054 Log: Refactor tests to reduce boilerplate code. There is more to do here. Modified: tomcat/trunk/test/javax/el/TestCompositeELResolver.java tomcat/trunk/test/javax/servlet/jsp/TestPageCo

Re: svn commit: r1635280 - /tomcat/trunk/test/org/apache/catalina/session/Threading.java

2014-11-01 Thread Mark Thomas
On 01/11/2014 20:20, Felix Schumacher wrote: > Am 29.10.2014 um 20:54 schrieb ma...@apache.org: >> Author: markt >> Date: Wed Oct 29 19:54:55 2014 >> New Revision: 1635280 >> >> URL: http://svn.apache.org/r1635280 >> Log: >> Update for Tomcat 8 >> >> Modified: >> tomcat/trunk/test/org/apache/c

svn commit: r1636058 - /tomcat/trunk/test/org/apache/catalina/session/Threading.java

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 21:15:52 2014 New Revision: 1636058 URL: http://svn.apache.org/r1636058 Log: Fix typo Modified: tomcat/trunk/test/org/apache/catalina/session/Threading.java Modified: tomcat/trunk/test/org/apache/catalina/session/Threading.java URL: http://svn.apache.org/viewv

svn commit: r1636063 - in /tomcat/trunk: java/javax/servlet/jsp/el/ScopedAttributeELResolver.java test/org/apache/el/TestELInJsp.java test/webapp/bug5nnnn/bug57141.jsp webapps/docs/changelog.xml

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 21:44:22 2014 New Revision: 1636063 URL: http://svn.apache.org/r1636063 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 Enable EL in JSPs to refer to static fields of imported classes including the standard java.lang.* imports. Added: tomcat/t

svn commit: r1636066 - in /tomcat/trunk: java/javax/servlet/jsp/el/ScopedAttributeELResolver.java test/org/apache/el/TestELInJsp.java test/webapp/bug5nnnn/bug57141.jsp

2014-11-01 Thread markt
Author: markt Date: Sat Nov 1 22:07:55 2014 New Revision: 1636066 URL: http://svn.apache.org/r1636066 Log: Expand the fix in 1636063 to include imports of static fields. Modified: tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java tomcat/trunk/test/org/apache/el/TestEL

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 Bug 57142 depends on bug 57141, which changed state. Bug 57141 Summary: JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc. https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 What|Removed |

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 57172] NullPointerException in findResources of WebappClassLoader

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172 --- Comment #2 from Joern Huxhorn --- How about indicating that the web application is trying to use the web application class loader after it has been stopped instead of throwing a non-descriptive NPE? The webapp in question was simply us

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Mark

[Bug 57172] NullPointerException in findResources of WebappClassLoader

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57172 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 Bug 57142 depends on bug 57141, which changed state. Bug 57141 Summary: JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc. https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 What|Removed |

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|F

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 57142] JSP 2.3 & EL 3.0 - %page import directive & EL ImportHandler

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57142 Bug 57142 depends on bug 57141, which changed state. Bug 57141 Summary: JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc. https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 What|Removed |

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 --- Comment #4 from Konstantin Kolinko --- One part of what I am saying is that it is odd that a fundamental feature of EL language (el-api.jar) depends on internal implementation of a class that belongs to JSP API (jsp-api.jar). -- You a

[Bug 57141] JSP 2.3 & EL 3.0 Spec conflict w/Static Fields, Methods, etc.

2014-11-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57141 --- Comment #5 from Mark Thomas --- That is not the case. Standalone EL works. The problem is that the documented behaviour of one of the JSP EL resolvers breaks an EL feature so that resolver has to include a work-around. Not ideal but no