Re: JDK 9 EA Build 170 is available on jdk.java.net

2017-06-28 Thread Rémy Maucherat
On Fri, May 19, 2017 at 5:03 AM, Rory O'Donnell wrote: > > Hi Mark, * > > JDK 9 Early Access* build 170 is available at the new location : - > jdk.java.net/9/ > > A summary of all the changes in this build are listed here < >

buildbot success in on tomcat-trunk

2017-06-28 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2511 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1800205 - /tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

2017-06-28 Thread markt
Author: markt Date: Wed Jun 28 20:30:58 2017 New Revision: 1800205 URL: http://svn.apache.org/viewvc?rev=1800205=rev Log: Fix build error Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java URL:

svn commit: r1800204 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2017-06-28 Thread markt
Author: markt Date: Wed Jun 28 20:17:16 2017 New Revision: 1800204 URL: http://svn.apache.org/viewvc?rev=1800204=rev Log: Correct comment Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

buildbot failure in on tomcat-trunk

2017-06-28 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/2509 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1800202 - /tomcat/trunk/java/org/apache/juli/FileHandler.java

2017-06-28 Thread markt
Author: markt Date: Wed Jun 28 20:05:37 2017 New Revision: 1800202 URL: http://svn.apache.org/viewvc?rev=1800202=rev Log: Refactor. It is more verbose but it stops Eclipse complaining about a possible NPE. Modified: tomcat/trunk/java/org/apache/juli/FileHandler.java Modified:

[Bug 49176] Jasper in Dev Mode Is Memory Inefficient

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=49176 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

svn commit: r1800201 - in /tomcat/trunk: java/org/apache/jasper/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ test/org/apache/jasper/compiler/ web

2017-06-28 Thread markt
Author: markt Date: Wed Jun 28 20:02:32 2017 New Revision: 1800201 URL: http://svn.apache.org/viewvc?rev=1800201=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=49176 When generating JSP runtime error messages that quote the relevant JSP source code, switch from using the results of

[Bug 61232] Disabling rotation on the FileHandler creates 'catalina..log' instead of 'catalina.log'

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61232 Coty Sutherland changed: What|Removed |Added Keywords||Beginner ---

[Bug 61232] New: Disabling rotation on the FileHandler creates 'catalina..log' instead of 'catalina.log'

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61232 Bug ID: 61232 Summary: Disabling rotation on the FileHandler creates 'catalina..log' instead of 'catalina.log' Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC

RewriteRule remove query string bug ?

2017-06-28 Thread Jon Harper
Hi list, I'm using RewriteRule to remove the query string. Using this very simple rule: RewriteRule /foo /bar? [R,L] results in GET /foo?quux -> GET /bar? The redirect includes a spurious question mark, I expected it to be GET /foo?quux -> GET /bar (tested on tomcat 8.5.15) Looking at the code

[Bug 58837] support "X-Content-Security-Policy" a.k.a as "CSP"

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837 Christopher Schultz changed: What|Removed |Added Keywords|

Re: [Bug 61230] New: Java API for WebSocket JSR will define a standard API for creating WebSocket applications.

2017-06-28 Thread Mark Thomas
On 28/06/17 08:48, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=61230 > Reporter: webmas...@angosso.net This idiot is back. I thought I'd blocked them. I'll take another look and then delete this issue. Mark

svn commit: r1800145 - in /tomcat/tc7.0.x/trunk: ./ conf/catalina.policy java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2017-06-28 Thread violetagg
Author: violetagg Date: Wed Jun 28 10:31:58 2017 New Revision: 1800145 URL: http://svn.apache.org/viewvc?rev=1800145=rev Log: Name the thread that cleans the log files and mark it as a daemon thread. Additional permission for deleting files is granted to JULI as it is required by FileHandler

svn commit: r1800144 - in /tomcat/tc8.0.x/trunk: ./ conf/catalina.policy java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2017-06-28 Thread violetagg
Author: violetagg Date: Wed Jun 28 10:27:45 2017 New Revision: 1800144 URL: http://svn.apache.org/viewvc?rev=1800144=rev Log: Name the thread that cleans the log files and mark it as a daemon thread. Additional permission for deleting files is granted to JULI as it is required by FileHandler

svn commit: r1800143 - in /tomcat/tc8.5.x/trunk: ./ conf/catalina.policy java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2017-06-28 Thread violetagg
Author: violetagg Date: Wed Jun 28 10:23:54 2017 New Revision: 1800143 URL: http://svn.apache.org/viewvc?rev=1800143=rev Log: Name the thread that cleans the log files and mark it as a daemon thread. Additional permission for deleting files is granted to JULI as it is required by FileHandler

Re: svn commit: r1798977 - in /tomcat/trunk: conf/logging.properties java/org/apache/juli/AsyncFileHandler.java java/org/apache/juli/FileHandler.java test/org/apache/juli/TestFileHandler.java webapps/

2017-06-28 Thread Violeta Georgieva
Hi, 2017-06-27 22:59 GMT+03:00 Rainer Jung : > > Am 27.06.2017 um 21:41 schrieb Rainer Jung: >> >> Hi Violeta, >> >> Am 16.06.2017 um 21:17 schrieb violet...@apache.org: >>> >>> Author: violetagg >>> Date: Fri Jun 16 19:17:39 2017 >>> New Revision: 1798977 >>> >>> URL:

svn commit: r1800138 - in /tomcat/trunk: conf/catalina.policy webapps/docs/changelog.xml

2017-06-28 Thread violetagg
Author: violetagg Date: Wed Jun 28 09:41:33 2017 New Revision: 1800138 URL: http://svn.apache.org/viewvc?rev=1800138=rev Log: Additional permission for deleting files is granted to JULI as it is required by FileHandler when running under a Security Manager. Modified:

svn commit: r1800136 - /tomcat/trunk/java/org/apache/juli/FileHandler.java

2017-06-28 Thread violetagg
Author: violetagg Date: Wed Jun 28 09:12:31 2017 New Revision: 1800136 URL: http://svn.apache.org/viewvc?rev=1800136=rev Log: Name the thread that cleans the log files and mark it as a daemon thread. Modified: tomcat/trunk/java/org/apache/juli/FileHandler.java Modified:

[Bug 61230] Java API for WebSocket JSR will define a standard API for creating WebSocket applications.

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61230 Roger Mbiama changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61230] New: Java API for WebSocket JSR will define a standard API for creating WebSocket applications.

2017-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61230 Bug ID: 61230 Summary: Java API for WebSocket JSR will define a standard API for creating WebSocket applications. Product: Tomcat 9 Version: 9.0.0.M22 Hardware: All

[ANN] Apache Tomcat 8.5.16 available

2017-06-28 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.16. Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression