[Bug 59703] RFC 6265 Cookie Processor doesn't allow cookie domains with a leading dot.

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59703 --- Comment #2 from Huxing Zhang --- We ran into the same issue in 8.5.x, as a result, we've chosen to use org.apache.tomcat.util.http.LegacyCookieProcessor instead for compatibility. As there is another one commenting on this issue (see bott

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-14 Thread Huxing Zhang
The proposed 8.5.14 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.5.14 Test case: ok Our test web application works fine -- From:Mark Thomas Time:2017 Apr 13 (Thu) 21:13 To:Tomcat Developers List

[Bug 60963] Optimize class loading for unpackWARs=false case

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #6 from Thomas Meyer --- Regarding ZipInputStreamWithPosition: I think you found the ugly part of this patch. I guess your suggestion wouldn't work, because ZipInputStream will construct itself with a new PushBackInputstream and the

[Bug 60963] Optimize class loading for unpackWARs=false case

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60963 --- Comment #5 from Thomas Meyer --- Regarding file locking issue: I didn't check this. I'll try to test this. -- You are receiving this mail because: You are the assignee for the bug. -

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-14 Thread Martin Grigorov
On Wed, Apr 12, 2017 at 10:11 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M20 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not started w

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-14 Thread Martin Grigorov
On Thu, Apr 13, 2017 at 3:12 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.14 release is now available for voting. > > The major changes compared to the 8.5.13 release are: > > - Correct a regression that broke JMX operations (including the Manager > web application) if the operation

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-14 Thread Huxing Zhang
Hi, The proposed 9.0.0.M20 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M20 Test cases: ok. Our test web app works fine. -- From:Mark Thomas Time:2017 Apr 13 (Thu) 04:20 To:Tomcat Developers L

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #8 from Lazar --- Created attachment 34914 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34914&action=edit Correct war for reproducing the exotic encoding problem -- You are receiving this mail because: You are the assign

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 Lazar changed: What|Removed |Added Attachment #34913|0 |1 is obsolete|

svn commit: r1791325 - in /tomcat/trunk: java/org/apache/catalina/tribes/transport/ReceiverBase.java java/org/apache/catalina/tribes/transport/nio/NioReceiverMBean.java webapps/docs/changelog.xml

2017-04-14 Thread kfujino
Author: kfujino Date: Fri Apr 14 08:17:17 2017 New Revision: 1791325 URL: http://svn.apache.org/viewvc?rev=1791325&view=rev Log: Add features to get the statistics of the thread pool of the Receiver component. These statistics information can be acquired via JMX. Modified: tomcat/trunk/java/o

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #6 from Lazar --- Created attachment 34913 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34913&action=edit Sample war with jspx in exotic encoding -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60769] Problem with Jsp character encoding configuration

2017-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60769 --- Comment #5 from Lazar --- The content of the enctest.jspx is: http://java.sun.com/JSP/Page";> You should see this text. So actually there is an encoding attribute in the prolog. For some reason JRE XML parser does not detect i

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-14 Thread Mark Thomas
On 14/04/2017 07:43, Keiichi Fujino wrote: > 2017-04-13 22:12 GMT+09:00 Mark Thomas : > >> The proposed Apache Tomcat 8.5.14 release is now available for voting. >> >> The major changes compared to the 8.5.13 release are: >> >> - Correct a regression that broke JMX operations (including the Manage