Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-04 Thread Huxing Zhang
Hi, The proposed 9.0.7 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 9.0.7 Unit test ok. Examples ok. Tested running on Java 10: ok. On Wed, Apr 4, 2018 at 4:25 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.7 release is now available for voting. > > The

[Bug 62258] New: getOutputStream() has already been called for this response with caught IOException and jsp error page

2018-04-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62258 Bug ID: 62258 Summary: getOutputStream() has already been called for this response with caught IOException and jsp error page Product: Tomcat 9 Version: 9.0.6 Hardware: P

svn commit: r1828388 - in /tomcat/trunk/webapps/docs: config/systemprops.xml jasper-howto.xml jndi-datasource-examples-howto.xml

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 22:47:11 2018 New Revision: 1828388 URL: http://svn.apache.org/viewvc?rev=1828388&view=rev Log: Capitalized the JSP acronym in the documentation Modified: tomcat/trunk/webapps/docs/config/systemprops.xml tomcat/trunk/webapps/docs/jasper-howto.xml tomcat

svn commit: r1828387 - in /tomcat/trunk: res/deployer/build.xml webapps/docs/jasper-howto.xml

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 22:34:00 2018 New Revision: 1828387 URL: http://svn.apache.org/viewvc?rev=1828387&view=rev Log: Removed the deprecated 'optimize' option in the JSP compilation examples Modified: tomcat/trunk/res/deployer/build.xml tomcat/trunk/webapps/docs/jasper-howto.xml

svn commit: r1828385 - /tomcat/trunk/java/org/apache/jasper/compiler/AntCompiler.java

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 21:44:31 2018 New Revision: 1828385 URL: http://svn.apache.org/viewvc?rev=1828385&view=rev Log: No longer set the 'optimize' option when compiling the JSPs with Ant (ignored since Java 1.3) Modified: tomcat/trunk/java/org/apache/jasper/compiler/AntCompiler.jav

svn commit: r1828368 - in /tomcat/trunk/java: javax/transaction/ javax/transaction/xa/ org/apache/tomcat/dbcp/dbcp2/managed/

2018-04-04 Thread markt
Author: markt Date: Wed Apr 4 17:18:54 2018 New Revision: 1828368 URL: http://svn.apache.org/viewvc?rev=1828368&view=rev Log: Fix some IDE warnings Modified: tomcat/trunk/java/javax/transaction/HeuristicCommitException.java tomcat/trunk/java/javax/transaction/HeuristicMixedException.java

[GitHub] tomcat pull request #106: Fix cygpath is checking for empty path

2018-04-04 Thread zemian
GitHub user zemian opened a pull request: https://github.com/apache/tomcat/pull/106 Fix cygpath is checking for empty path Hi, When running Tomcat under Cygwin shell, I see `cygpath: can't convert empty path` error message printed, but it will continue to work. Looking closely, it

svn commit: r1828332 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2018-04-04 Thread markt
Author: markt Date: Wed Apr 4 12:52:05 2018 New Revision: 1828332 URL: http://svn.apache.org/viewvc?rev=1828332&view=rev Log: Deprecate some code that should probably have been removed in r303032. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tru

Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-04 Thread Coty Sutherland
On Tue, Apr 3, 2018 at 4:25 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.7 release is now available for voting. > > The major changes compared to the 9.0.6 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the maxi

[Bug 62255] Is tomcat6.0 impacted with these vulnerabilities (CVE-2018-1304, CVE-2018-1305)

2018-04-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62255 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62255] New: Is tomcat6.0 impacted with these vulnerabilities (CVE-2018-1304, CVE-2018-1305)

2018-04-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62255 Bug ID: 62255 Summary: Is tomcat6.0 impacted with these vulnerabilities (CVE-2018-1304, CVE-2018-1305) Product: Tomcat 7 Version: unspecified Hardware: PC

Re: [VOTE] Release Apache Tomcat 8.5.30

2018-04-04 Thread Rémy Maucherat
On Tue, Apr 3, 2018 at 10:36 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.30 release is now available for voting. > > The major changes compared to the 8.5.29 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the

Re: [VOTE] Release Apache Tomcat 9.0.7

2018-04-04 Thread Rémy Maucherat
On Tue, Apr 3, 2018 at 10:25 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.7 release is now available for voting. > > The major changes compared to the 9.0.6 release are: > > - Add support for the maxDays attribute to the AccessLogValve and > ExtendedAccessLogValve. This allows the ma

svn commit: r1828308 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2018-04-04 Thread remm
Author: remm Date: Wed Apr 4 08:15:04 2018 New Revision: 1828308 URL: http://svn.apache.org/viewvc?rev=1828308&view=rev Log: Remove TODO as leftover input is now handled. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/

Re: javax.tools based JSP compiler

2018-04-04 Thread Rémy Maucherat
On Wed, Apr 4, 2018 at 9:54 AM, Mark Thomas wrote: > On 04/04/18 08:52, Rémy Maucherat wrote: > > On Wed, Apr 4, 2018 at 9:34 AM, Emmanuel Bourg > wrote: > > > >> Hi all, > >> > >> Has anyone considered using the javax.tools API (JSR 199) to compile the > >> JSPs yet? This could provide a unifie

Re: javax.tools based JSP compiler

2018-04-04 Thread Mark Thomas
On 04/04/18 08:52, Rémy Maucherat wrote: > On Wed, Apr 4, 2018 at 9:34 AM, Emmanuel Bourg wrote: > >> Hi all, >> >> Has anyone considered using the javax.tools API (JSR 199) to compile the >> JSPs yet? This could provide a unified API to compile the JSPs since ECJ >> also implements this API, and

Re: javax.tools based JSP compiler

2018-04-04 Thread Rémy Maucherat
On Wed, Apr 4, 2018 at 9:34 AM, Emmanuel Bourg wrote: > Hi all, > > Has anyone considered using the javax.tools API (JSR 199) to compile the > JSPs yet? This could provide a unified API to compile the JSPs since ECJ > also implements this API, and it would simplify the integration of javac > with

javax.tools based JSP compiler

2018-04-04 Thread Emmanuel Bourg
Hi all, Has anyone considered using the javax.tools API (JSR 199) to compile the JSPs yet? This could provide a unified API to compile the JSPs since ECJ also implements this API, and it would simplify the integration of javac with Tomcat (no need to copy the Ant jars). With the new Java release s