[Bug 55884] JSPs no longer compile in Java 8

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Nick Williams changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #7 from Nick

Re: tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Ludovic Champenois
Cool! Thank you, Ludo On Mon, Dec 16, 2013 at 4:55 PM, Mark Thomas wrote: > On 17/12/2013 00:47, Ludovic Champenois wrote: > > Hi, > > I see there is a maven staging repo at > > https://repository.apache.org/content/repositories/orgapachetomcat-047 > > > > but it seems I am missing the 2 artifa

Re: tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Mark Thomas
On 17/12/2013 00:47, Ludovic Champenois wrote: > Hi, > I see there is a maven staging repo at > https://repository.apache.org/content/repositories/orgapachetomcat-047 > > but it seems I am missing the 2 artifacts: > The POM for org.eclipse.jdt.core.compiler:ecj:jar:4.3.1 is missing, no > dependenc

svn commit: r1551431 - /tomcat/trunk/res/maven/mvn-pub.xml

2013-12-16 Thread markt
Author: markt Date: Tue Dec 17 00:53:57 2013 New Revision: 1551431 URL: http://svn.apache.org/r1551431 Log: Need to publish new tomcat-util-scan JAR Modified: tomcat/trunk/res/maven/mvn-pub.xml Modified: tomcat/trunk/res/maven/mvn-pub.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/m

svn commit: r1551428 - /tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java

2013-12-16 Thread markt
Author: markt Date: Tue Dec 17 00:49:35 2013 New Revision: 1551428 URL: http://svn.apache.org/r1551428 Log: Observed strange lock-up on OSX when two threads were writing concurrently to this Map. Switch to ConcurrentHashMap in an attempt to avoid the lock-up in future. Modified: tomcat/trun

tomcat staging 8.0.0 RC7 question

2013-12-16 Thread Ludovic Champenois
Hi, I see there is a maven staging repo at https://repository.apache.org/content/repositories/orgapachetomcat-047 but it seems I am missing the 2 artifacts: The POM for org.eclipse.jdt.core.compiler:ecj:jar:4.3.1 is missing, no dependency information available The POM for org.apache.tomcat:tomcat-

buildbot success in ASF Buildbot on tomcat-trunk

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

svn commit: r1551373 - /tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 22:10:07 2013 New Revision: 1551373 URL: http://svn.apache.org/r1551373 Log: Fix failing test after adding test-lib.jar to test web app Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java Modified: tomcat/trunk/test/org/apache/c

[Bug 55893] New: Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55893 Bug ID: 55893 Summary: Split AccessLogValve and extract the formatting logic in an AbstractAccessLogValve Product: Tomcat 8 Version: trunk Hardware: PC

[Bug 55855] Unexpected WsFilter is configured in a webapp that does not use WebSocket

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 --- Comment #2 from Mark Thomas --- I have patched 8.0.x and 7.0.x so the filter is only added if a web application has active WebSocket Endpoints. I think there is still merit in disabling the SCI since that will remove the need for the an

svn commit: r1551356 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/server/WsServerContainer.java webapps/docs/changelog.xml

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 21:05:03 2013 New Revision: 1551356 URL: http://svn.apache.org/r1551356 Log: Performance improvement Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Make the adding of the WsFilter lazy so it doesn't get added to web apps that don't need it.

svn commit: r1551352 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsServerContainer.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 20:59:36 2013 New Revision: 1551352 URL: http://svn.apache.org/r1551352 Log: Performance improvement Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55855 Make the adding of the WsFilter lazy so it doesn't get added to web apps that don't need it.

svn commit: r1551340 - in /tomcat/trunk/java/org/apache/tomcat/util: net/AbstractEndpoint.java net/AprEndpoint.java net/JIoEndpoint.java net/NioEndpoint.java threads/TaskThreadFactory.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 20:39:19 2013 New Revision: 1551340 URL: http://svn.apache.org/r1551340 Log: Performance improvement The context class loader was set in *Endpoint#processSocket() in case a new thread was created since this method may be triggered from web application code and that

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

2013-12-16 Thread Bill Barker
Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-20131216.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20131216-native-src.tar.gz -Dexampl

buildbot success in ASF Buildbot on tomcat-7-trunk

2013-12-16 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/1640 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1551324 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/pojo/ test/org/apache/tomcat/websocket/ webapps/docs/

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 19:24:33 2013 New Revision: 1551324 URL: http://svn.apache.org/r1551324 Log: Need to handle case where message size limits are larger than the default buffer size. (Limits smaller than the buffer size were handled correctly.) Modified: tomcat/tc7.0.x/trunk/ (

svn commit: r1551323 - in /tomcat/trunk/java/org/apache/tomcat/websocket/pojo: LocalStrings.properties PojoMessageHandlerWholeBinary.java PojoMessageHandlerWholeText.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 19:23:39 2013 New Revision: 1551323 URL: http://svn.apache.org/r1551323 Log: Throw exception if max message size is too big Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/LocalStrings.properties tomcat/trunk/java/org/apache/tomcat/websocket/po

svn commit: r1551320 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/websocket/WsFrameBase.java webapps/docs/changelog.xml

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 19:20:17 2013 New Revision: 1551320 URL: http://svn.apache.org/r1551320 Log: Better handling if no message handler is configured. Message is just ignored. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/tomcat/websocket

Re: [ANN] Apache Tomcat Native 1.1.29 released

2013-12-16 Thread sebb
On 15 October 2013 14:53, Mladen Turk wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat Native 1.1.29 stable. Please can someone now remove the old version? https://dist.apache.org/repos/dist/release/tomcat/tomcat-connectors/native/1.1.28/ -

[Bug 55891] Tomcat 7 EL Parser does not correctly evaluates nested JSF 2.2 ui:repeat values

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55891 --- Comment #1 from Paul Khodchenkov --- Created attachment 31118 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31118&action=edit Maven project -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 55891] New: Tomcat 7 EL Parser does not correctly evaluates nested JSF 2.2 ui:repeat values

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55891 Bug ID: 55891 Summary: Tomcat 7 EL Parser does not correctly evaluates nested JSF 2.2 ui:repeat values Product: Tomcat 7 Version: 7.0.47 Hardware: PC Stat

svn commit: r1551300 - in /tomcat/trunk: java/org/apache/tomcat/websocket/pojo/ test/org/apache/tomcat/websocket/

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 18:35:06 2013 New Revision: 1551300 URL: http://svn.apache.org/r1551300 Log: Need to handle case where message size limits are larger than the default buffer size. (Limits smaller than the buffer size were handled correctly.) Modified: tomcat/trunk/java/org/ap

svn commit: r1551298 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 18:30:08 2013 New Revision: 1551298 URL: http://svn.apache.org/r1551298 Log: Better handling if no message handler is configured. Message is just ignored. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java Modified: tomcat/trunk/java/org/a

[Bug 55884] JSPs no longer compile in Java 8

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1551240 - /tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 15:48:04 2013 New Revision: 1551240 URL: http://svn.apache.org/r1551240 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55884 Ensure that URLs that are converted to file paths are correctly decoded. The primary use is to ensure that %20 sequences are con

svn commit: r1551238 - /tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 15:46:02 2013 New Revision: 1551238 URL: http://svn.apache.org/r1551238 Log: jndi: URLS are no longer used. Remove some unused code. Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappLoader.java Modified: tomcat/trunk/java/org/apache/catalina/loader/

buildbot failure in ASF Buildbot on tomcat-trunk

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

RE: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-16 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, December 16, 2013 3:44 PM > To: Tomcat Developers List > Subject: Re: [VOTE] Release Apache Tomcat 8.0.0-RC7 > > On 16/12/2013 14:07, Mark Thomas wrote: > > On 14/12/2013 15:37, Konstantin Preißer

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-16 Thread Mark Thomas
On 16/12/2013 14:07, Mark Thomas wrote: > On 14/12/2013 15:37, Konstantin Preißer wrote: > >> If more info is needed to debug the problem, please let me know. > > No more info needed at the moment. > > I can re-create the problem. The additional issues I thought I was seeing were user error rat

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-16 Thread Mark Thomas
On 14/12/2013 15:37, Konstantin Preißer wrote: > If more info is needed to debug the problem, please let me know. No more info needed at the moment. I can re-create the problem. The issues appear to be related to the changes I made to support non-blocking IO with AJP so they should be limited t

svn commit: r1551211 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 13:58:07 2013 New Revision: 1551211 URL: http://svn.apache.org/r1551211 Log: Fix memory leak when something goes wrong when serving static resources. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Modified: tomcat/trunk/java/org/apa

buildbot retry in ASF Buildbot on tomcat-trunk

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

[Bug 55889] Windows 2012 IIS 8.0 or IIS 8.5.

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55889 Konstantin Preißer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 55889] New: Windows 2012 IIS 8.0 or IIS 8.5.

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55889 Bug ID: 55889 Summary: Windows 2012 IIS 8.0 or IIS 8.5. Product: Tomcat Connectors Version: 1.2.37 Hardware: PC Status: NEW Severity: blocker Priority: P2

svn commit: r1551190 - /tomcat/trunk/test/webapp/WEB-INF/bugs.tld

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 11:49:39 2013 New Revision: 1551190 URL: http://svn.apache.org/r1551190 Log: No need to set defaults Modified: tomcat/trunk/test/webapp/WEB-INF/bugs.tld Modified: tomcat/trunk/test/webapp/WEB-INF/bugs.tld URL: http://svn.apache.org/viewvc/tomcat/trunk/test/web

svn commit: r1551188 - in /tomcat/trunk/test: org/apache/jasper/TestJspCpompilationContext.java webapp/WEB-INF/lib/ webapp/WEB-INF/lib/test-lib.jar webapp/jsp/tagFileInJar.jsp

2013-12-16 Thread markt
Author: markt Date: Mon Dec 16 11:47:02 2013 New Revision: 1551188 URL: http://svn.apache.org/r1551188 Log: Add a unit test for tag files packaged in JARs Added: tomcat/trunk/test/org/apache/jasper/TestJspCpompilationContext.java (with props) tomcat/trunk/test/webapp/WEB-INF/lib/ t

JDK 8 build 120 is available on java.net

2013-12-16 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, JDK 8 B120 EA Build is now available for download & test. We are now very late in the release cycle, issues found late may be postponed to JDK 9 time frame. Please log all show stopper issues as soon as possible. Thanks for your support, Rory

[Bug 55888] cannot authenticate after realm def position changed in server.xml

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888 --- Comment #2 from psf...@clustertech.com --- Please mention this in documentation / server logs. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55888] cannot authenticate after realm def position changed in server.xml

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 55888] New: cannot authenticate after realm def position changed in server.xml

2013-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888 Bug ID: 55888 Summary: cannot authenticate after realm def position changed in server.xml Product: Tomcat 7 Version: 7.0.47 Hardware: PC Status: NEW