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 <
> http://download.java.net/java/jdk9/changes/jdk-9+170.html>.
>
> Chang
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 sch
Author: markt
Date: Wed Jun 28 20:30:58 2017
New Revision: 1800205
URL: http://svn.apache.org/viewvc?rev=1800205&view=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:
http:
Author: markt
Date: Wed Jun 28 20:17:16 2017
New Revision: 1800204
URL: http://svn.apache.org/viewvc?rev=1800204&view=rev
Log:
Correct comment
Modified:
tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java
Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.
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 schedu
Author: markt
Date: Wed Jun 28 20:05:37 2017
New Revision: 1800202
URL: http://svn.apache.org/viewvc?rev=1800202&view=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: tomcat/tru
https://bz.apache.org/bugzilla/show_bug.cgi?id=49176
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Wed Jun 28 20:02:32 2017
New Revision: 1800201
URL: http://svn.apache.org/viewvc?rev=1800201&view=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
https://bz.apache.org/bugzilla/show_bug.cgi?id=61232
Coty Sutherland changed:
What|Removed |Added
Keywords||Beginner
--- Comment #1 from Coty Su
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=58837
Christopher Schultz changed:
What|Removed |Added
Keywords||Beginner
--- Comment #4 from Chr
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
---
Author: violetagg
Date: Wed Jun 28 10:31:58 2017
New Revision: 1800145
URL: http://svn.apache.org/viewvc?rev=1800145&view=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
Author: violetagg
Date: Wed Jun 28 10:27:45 2017
New Revision: 1800144
URL: http://svn.apache.org/viewvc?rev=1800144&view=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
Author: violetagg
Date: Wed Jun 28 10:23:54 2017
New Revision: 1800143
URL: http://svn.apache.org/viewvc?rev=1800143&view=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
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: http://svn.apache.org/viewvc
Author: violetagg
Date: Wed Jun 28 09:41:33 2017
New Revision: 1800138
URL: http://svn.apache.org/viewvc?rev=1800138&view=rev
Log:
Additional permission for deleting files is granted to JULI as it is required
by FileHandler when running under a Security Manager.
Modified:
tomcat/trunk/conf/c
Author: violetagg
Date: Wed Jun 28 09:12:31 2017
New Revision: 1800136
URL: http://svn.apache.org/viewvc?rev=1800136&view=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: tomcat/trunk/jav
https://bz.apache.org/bugzilla/show_bug.cgi?id=61230
Roger Mbiama changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
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
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 L
22 matches
Mail list logo