[Bug 57178] Add CorsFilter configuration option to allow requests with Origin null

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178 --- Comment #5 from Mark Thomas ma...@apache.org --- What is the use case for excluding the null origin but allowing all others? I've been reading through the CORS spec and related documents and haven't seen anything that suggests a use

[Bug 57420] Wrong class names generated since URL_ENCODER in DirContextURLConnection is not thread safe

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Violeta Georgieva from comment #6) (In reply to Konstantin Kolinko from comment #4) UEncoder is used in list(). While it is possible to call list() multiple

[Bug 57420] Wrong class names generated since URL_ENCODER in DirContextURLConnection is not thread safe

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420 --- Comment #8 from Felix Schumacher felix.schumac...@internetallee.de --- What if we add another constructor which sets the bitset to use (or add a method to set it)? Or make the initial bitset static and clone that on construction? --

[Bug 57464] Please support for TLS Fallback SCSV

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57464 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1653221 - /tomcat/trunk/test/org/apache/el/parser/TestAstLambdaExpression.java

2015-01-20 Thread markt
Author: markt Date: Tue Jan 20 10:43:11 2015 New Revision: 1653221 URL: http://svn.apache.org/r1653221 Log: Add a test case to support some work for BZ 57441 Modified: tomcat/trunk/test/org/apache/el/parser/TestAstLambdaExpression.java Modified:

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2015-01-20 Thread Rory O'Donnell
Many thanks for the feedback Mark ! Rgds, Rory On 20 Jan 2015, at 11:57, Mark Thomas ma...@apache.org wrote: On 12/01/2015 10:44, Rory O'Donnell wrote: Hi Mark, Have you been able to test Tomcat with JDK 9 modular images, would appreciate any feedback you might have ? I did a quick

[Bug 57282] request process UML diagram seems outdated

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57282 --- Comment #17 from Mark Thomas ma...@apache.org --- Looking better. Some of the method calls are missing method names which makes it hard to review and less useful to the reader. -- You are receiving this mail because: You are the

[Bug 57441] EL Lambda expression in a JSP fails with The function incr must be used with a prefix when a default namespace is not specified

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441 --- Comment #4 from Mark Thomas ma...@apache.org --- (In reply to Konstantin Kolinko from comment #3) Is it at all possible to reliably validate functions at compile time? You are right. As of EL 3.0 this is no longer possible. Maybe

[Bug 57464] Please support for TLS Fallback SCSV

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57464 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com --- Am OpenJDK patch and test case: Disclaimer: just one of first results found via googling. I do not know the full story here.

Re: JDK 9 images are now modular with JDK 9 Early Access build 41

2015-01-20 Thread Mark Thomas
On 12/01/2015 10:44, Rory O'Donnell wrote: Hi Mark, Have you been able to test Tomcat with JDK 9 modular images, would appreciate any feedback you might have ? I did a quick test this morning. Currently, Tomcat fails to start because of the use of -Djava.endorsed.dirs Once I remove that

svn commit: r1653219 - in /tomcat/trunk/java/org/apache/catalina/authenticator: AuthenticatorBase.java FormAuthenticator.java SingleSignOnEntry.java

2015-01-20 Thread markt
Author: markt Date: Tue Jan 20 10:37:58 2015 New Revision: 1653219 URL: http://svn.apache.org/r1653219 Log: Java 8 Javadoc fixes. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java

[Bug 57455] Bootstrap doesn't handle paths with one quote

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57455 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Mark Thomas from comment #1) I'm leaning towards 'fixing' this by adding a comment that paths with '' are not permitted to catalina.propeties. +1 with

[Bug 57470] Occaisionally NPE in org.apache.catalina.connector.Response.addSessionCookieInternal()

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57470 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Status|NEW

[Bug 57470] New: Occaisionally NPE in org.apache.catalina.connector.Response.addSessionCookieInternal()

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57470 Bug ID: 57470 Summary: Occaisionally NPE in org.apache.catalina.connector.Response.addSessionCooki eInternal() Product: Tomcat 7 Version: 7.0.55

[Bug 55144] NIO connection locked when trying to release it

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55144 --- Comment #13 from Volker Kleinschmidt vkleinschm...@blackboard.com --- Well, this actually WAS a valid bug - it got re-filed and fixed as https://issues.apache.org/bugzilla/show_bug.cgi?id=55267 I'm just wondering why they're not linked

svn commit: r1653423 - in /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2015-01-20 Thread kfujino
Author: kfujino Date: Wed Jan 21 02:37:15 2015 New Revision: 1653423 URL: http://svn.apache.org/r1653423 Log: Backport. Clarify the handling of Copy message and Copy nodes. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

svn commit: r1653424 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-01-20 Thread kfujino
Author: kfujino Date: Wed Jan 21 02:38:09 2015 New Revision: 1653424 URL: http://svn.apache.org/r1653424 Log: Add changelog entry. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

[ANN] Apache Tomcat 8.0.17 available

2015-01-20 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.17. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8.0.17 includes numerous fixes for

svn commit: r1653367 - /tomcat/trunk/webapps/docs/changelog.xml

2015-01-20 Thread fschumacher
Author: fschumacher Date: Tue Jan 20 20:52:18 2015 New Revision: 1653367 URL: http://svn.apache.org/r1653367 Log: Fix formatting: - ':' after bug/ - max width 80 chars Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: