[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #6 from Franos --- Hello Thomas, I try to figure out what you're saying. If I have well understood: - If, in the Content-Type value you have a semi-column followed by a string, you can have or not (because you mention it is

svn commit: r1846659 - /tomcat/trunk/java/org/apache/catalina/core/StandardService.java

2018-11-15 Thread remm
Author: remm Date: Thu Nov 15 14:59:23 2018 New Revision: 1846659 URL: http://svn.apache.org/viewvc?rev=1846659=rev Log: Refactor to reduce code duplication. Modified: tomcat/trunk/java/org/apache/catalina/core/StandardService.java Modified:

svn commit: r1846660 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2018-11-15 Thread remm
Author: remm Date: Thu Nov 15 15:00:15 2018 New Revision: 1846660 URL: http://svn.apache.org/viewvc?rev=1846660=rev Log: Improve comment according to current behavior. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified:

[Bug 53553] [PATCH] Deploy uploaded WAR with context.xml from server

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

[Bug 62913] Files not being compressed when using HTTP2

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62913 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID OS|

svn commit: r1846662 - in /tomcat/trunk: java/org/apache/catalina/manager/ManagerServlet.java webapps/docs/changelog.xml webapps/docs/manager-howto.xml

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 15:03:58 2018 New Revision: 1846662 URL: http://svn.apache.org/viewvc?rev=1846662=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53553 Add the ability to specify a context.xml from the server to use when uploading a web application for deployment with

svn commit: r1846661 - in /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties Tomcat.java

2018-11-15 Thread remm
Author: remm Date: Thu Nov 15 15:03:45 2018 New Revision: 1846661 URL: http://svn.apache.org/viewvc?rev=1846661=rev Log: Add a simple main method to use from a Maven packager pom. Add new Strings to translate ... Sorry. Modified:

[Bug 62913] New: Files not being compressed when using HTTP2

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62913 Bug ID: 62913 Summary: Files not being compressed when using HTTP2 Product: Tomcat 9 Version: 9.0.13 Hardware: PC Status: NEW Severity: minor Priority: P2

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #5 from Franos --- Created attachment 36262 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36262=edit The war to be deployed Then target http://localhost:8080/MyServletReturningContentTypeWithComma/test -- You are

svn commit: r1846664 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 15:11:29 2018 New Revision: 1846664 URL: http://svn.apache.org/viewvc?rev=1846664=rev Log: Refactor to remove duplicate functionality (reported by Simian) Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified:

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #3 from Franos --- Hello, I can provide you a test case if you want ? Just tell me. Best Regards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #2 from Franos --- Hello Mark, Not sure to have really understand what you said. You talk about charset but the content I want to deliver to the client is a binary content. My disappointment is that I set a content type for the

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #4 from Mark Thomas --- I'll be clearer. There is no Tomcat bug here. Tomcat's response is consistent with what the Servlet requested and compliant with RFC 7201. You haven't explained what the problem is but the working

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #7 from Christopher Schultz --- (In reply to Franos from comment #6) > What is quite disturbing to me is: > - space character is optional as you mentioned > - so why if, in the servlet code, you set a Content-Type with a

svn commit: r1846679 - in /tomcat/trunk/java/org/apache/catalina: ant/AbstractCatalinaTask.java manager/ManagerServlet.java startup/HostConfig.java

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 20:43:32 2018 New Revision: 1846679 URL: http://svn.apache.org/viewvc?rev=1846679=rev Log: Refactor to use IOTools to copy from InputStream to OutputStream Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 --- Comment #2 from Christopher Schultz --- Please tell us how you are configuring your connection pool and also how you are using it. There are plenty of ways to misuse a connection pool that do not mean the pool itself has bugs. -- You

svn commit: r1846690 - in /tomcat/trunk/java: javax/el/ org/apache/catalina/core/ org/apache/catalina/filters/ org/apache/catalina/ha/session/ org/apache/catalina/ha/tcp/ org/apache/catalina/manager/

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 23:10:40 2018 New Revision: 1846690 URL: http://svn.apache.org/viewvc?rev=1846690=rev Log: Updated translations Added: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings_ru.properties

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 --- Comment #8 from Mark Thomas --- Chris, you make a good point about not mutating the value unnecessarily. I did look briefly at what would be involved. It looks simple to do. My concern is that it has broadly the same potential to trigger

svn commit: r1846686 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 22:11:37 2018 New Revision: 1846686 URL: http://svn.apache.org/viewvc?rev=1846686=rev Log: Remove unnecessary check Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified:

svn commit: r1846688 - /tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 22:21:40 2018 New Revision: 1846688 URL: http://svn.apache.org/viewvc?rev=1846688=rev Log: Refactor to use ExpandWar to copy files. Identified by Simian. Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java Modified:

svn commit: r1846691 - /tomcat/trunk/TOMCAT-NEXT.txt

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 23:35:48 2018 New Revision: 1846691 URL: http://svn.apache.org/viewvc?rev=1846691=rev Log: Note project Panama Add Content-Type clean-up Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL:

Re: svn commit: r1846691 - /tomcat/trunk/TOMCAT-NEXT.txt

2018-11-15 Thread Rémy Maucherat
On Fri, Nov 16, 2018 at 12:35 AM wrote: > 2. Remove org.apache.tomcat.jni and replace with the minimum necessary to > interface with OpenSSL and clones. > +We might want to park this one until we see what is available direct > from > +the JRE with project Panama. > Ok, I guess

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 --- Comment #3 from zhengfc --- The context.xml and server.xml, I deploy multi app use the game connection will cause transaction problem. -context.xml-

[Bug 62892] Memory leak when performing client certificate validation with OCSP

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62892 --- Comment #11 from Sander Benschop --- It worked! I updated the code yesterday and the server still hasn't run out of memory. In the graph I can see that it stabilises nicely. Thank you so much jfclere! :-) -- You are receiving this mail

Re: svn commit: r1846691 - /tomcat/trunk/TOMCAT-NEXT.txt

2018-11-15 Thread Mark Thomas
On November 16, 2018 12:00:30 AM UTC, "Rémy Maucherat" wrote: >On Fri, Nov 16, 2018 at 12:35 AM wrote: > >> 2. Remove org.apache.tomcat.jni and replace with the minimum >necessary to >> interface with OpenSSL and clones. >> +We might want to park this one until we see what is

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 --- Comment #1 from zhengfc --- I change to c3p0 the apps is okay, I compare the tomcat-jdbc and c3p0 code, I found is cause by getConnnction(), c3p0 is sycn and tomcat-jdbc is unsycn. -- You are receiving this mail because: You are the

[Bug 62911] New: Add support for proxying ocsp requests via ProxyHost and ProxyPort in TomcAt

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62911 Bug ID: 62911 Summary: Add support for proxying ocsp requests via ProxyHost and ProxyPort in TomcAt Product: Tomcat 7 Version: 7.0.70 Hardware: PC OS:

svn commit: r1846628 - in /tomcat/trunk/java/org/apache: catalina/core/ catalina/loader/ catalina/startup/ catalina/tribes/io/ catalina/util/ jasper/resources/ tomcat/util/digester/ tomcat/util/file/

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 09:40:03 2018 New Revision: 1846628 URL: http://svn.apache.org/viewvc?rev=1846628=rev Log: Some more French translations Added: tomcat/trunk/java/org/apache/tomcat/util/file/LocalStrings_fr.properties (with props) Modified:

svn commit: r1846630 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 09:55:10 2018 New Revision: 1846630 URL: http://svn.apache.org/viewvc?rev=1846630=rev Log: Remove untranslated strings Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties Modified:

buildbot failure in on tomcat-trunk

2018-11-15 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/3749 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r30909 - /dev/tomcat/tomcat-7/v7.0.92/ /release/tomcat/tomcat-7/v7.0.92/

2018-11-15 Thread violetagg
Author: violetagg Date: Thu Nov 15 11:18:11 2018 New Revision: 30909 Log: Release Tomcat 7.0.92 Added: release/tomcat/tomcat-7/v7.0.92/ - copied from r30908, dev/tomcat/tomcat-7/v7.0.92/ Removed: dev/tomcat/tomcat-7/v7.0.92/

[Bug 62910] tomcat-jdbc global pool transaction problem

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62910 Mark Thomas changed: What|Removed |Added Product|Tomcat 8|Tomcat Modules

svn commit: r1846635 - in /tomcat/trunk/java/org/apache/tomcat/util/http/parser: HttpParser.java LocalStrings.properties

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 10:50:52 2018 New Revision: 1846635 URL: http://svn.apache.org/viewvc?rev=1846635=rev Log: Make the error messages l10n friendly Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java

Re: [VOTE] Release Apache Tomcat 7.0.92

2018-11-15 Thread Violeta Georgieva
Hi, На пт, 9.11.2018 г. в 13:34 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.92 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.92/ > The Maven staging repo is: >

[Bug 62912] New: Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 Bug ID: 62912 Summary: Tomcat adds a space character in the Content-Type header if this one has a ; character right after Product: Tomcat 8 Version: 8.5.x-trunk

svn commit: r1846642 - in /tomcat/trunk/java/org/apache: catalina/core/LocalStrings.properties catalina/ha/session/LocalStrings.properties tomcat/util/descriptor/web/LocalStrings.properties

2018-11-15 Thread markt
Author: markt Date: Thu Nov 15 11:59:33 2018 New Revision: 1846642 URL: http://svn.apache.org/viewvc?rev=1846642=rev Log: Fix typos in English l10n messages Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings.properties

svn commit: r1846638 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2018-11-15 Thread violetagg
Author: violetagg Date: Thu Nov 15 11:31:53 2018 New Revision: 1846638 URL: http://svn.apache.org/viewvc?rev=1846638=rev Log: Update the release date for 7.0.92 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 62912] Tomcat adds a space character in the Content-Type header if this one has a ; character right after

2018-11-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

buildbot success in on tomcat-trunk

2018-11-15 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/3750 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler