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
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
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
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
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
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 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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=62255
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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/
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
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
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
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
18 matches
Mail list logo