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: http://svn.apache.org/viewvc/tomcat/tc8

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 tomcat/tc8.0.x/tru

svn commit: r1653405 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2015-01-20 Thread markt
Author: markt Date: Tue Jan 20 23:24:08 2015 New Revision: 1653405 URL: http://svn.apache.org/r1653405 Log: Fix link. Link to correct hash. Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/xdocs/download-80.xml Modified: tomcat/site/trunk/docs/download-80.html URL: ht

[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

[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 --- 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 together. -- You are receiv

[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 #9 from Felix Schumacher --- Created attachment 32382 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32382&action=edit Make UEncoder a local variable and introduce a default safe charset enum This patch uses a local

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 - max width 80 chars Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.a

[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 changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

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

[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 --- (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 an actual check for the co

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 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 test

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

[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 --- Am OpenJDK patch and test case: Disclaimer: just one of first results found via googling. I do not know the full story here. https://fweimer.fedorapeople.org/openjdk/tls-fallback-scsv/jdk.patch T

[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 --- (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 whitelist functio

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: tomcat/trunk/test/org/apache/el/parser/TestAst

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 tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

[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 changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #2 from

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

[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 --- 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? -- You are receiving this mail because

[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 --- 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 case. What I have re

[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 --- (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 > > times, I think