[GitHub] tomcat pull request #55: change the comment

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

svn commit: r1794674 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java webapps/docs/changelog.xml

2017-05-09 Thread violetagg
Author: violetagg Date: Wed May 10 06:53:37 2017 New Revision: 1794674 URL: http://svn.apache.org/viewvc?rev=1794674&view=rev Log: Correct javadoc. Patch provided by John Andrew (XUZHOUWANG). This closes #55 Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tom

[GitHub] tomcat pull request #55: change the comment

2017-05-09 Thread XUZHOUWANG
GitHub user XUZHOUWANG opened a pull request: https://github.com/apache/tomcat/pull/55 change the comment 'Parse session id in URL' -> 'Parse session id in cookie' You can merge this pull request into a Git repository by running: $ git pull https://github.com/XUZHOUWANG/tomcat

svn commit: r1794661 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/ha/session/ java/org/apache/ca

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 23:15:45 2017 New Revision: 1794661 URL: http://svn.apache.org/viewvc?rev=1794661&view=rev Log: Use base collection types in private code Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SavedRequest.java tomcat/trunk/java/org/apache/catalina/c

svn commit: r1794651 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 22:22:59 2017 New Revision: 1794651 URL: http://svn.apache.org/viewvc?rev=1794651&view=rev Log: Removed unnecessary parentheses in return statements Modified: tomcat/trunk/java/org/apache/catalina/SessionEvent.java tomcat/trunk/java/org/apache/catalina/ant/

svn commit: r1794651 [2/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java?rev=1794651&r1=1794650&r2=1794651&view=diff =

svn commit: r1794651 [3/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java?rev=1794651&r1=1794650&r2=1794651&view=diff == --- tomcat/

Re: [VOTE] Release Apache Tomcat 9.0.0.M21

2017-05-09 Thread Martin Grigorov
On Fri, May 5, 2017 at 11:03 AM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M21 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 wo

Re: [VOTE] Release Apache Tomcat 8.5.15

2017-05-09 Thread Martin Grigorov
On Fri, May 5, 2017 at 1:38 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.5.15 release is now available for voting. > > The major changes compared to the 8.5.13 release are: > > - Various improvements to the handling of static custom error pages > > - Update to Eclipse JDT Compiler 4.6.3

Re: [VOTE] Release Apache Tomcat 8.5.15

2017-05-09 Thread Felix Schumacher
Am 5. Mai 2017 13:38:24 MESZ schrieb Mark Thomas : >The proposed Apache Tomcat 8.5.15 release is now available for voting. > >The major changes compared to the 8.5.13 release are: > >- Various improvements to the handling of static custom error pages > >- Update to Eclipse JDT Compiler 4.6.3 > >-

[Bug 61032] min pool size is not being respected

2017-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61032 Jelmer changed: What|Removed |Added URL||https://github.com/apache/t

Re: [VOTE] Release Apache Tomcat 8.5.15

2017-05-09 Thread Emmanuel Bourg
Le 5/05/2017 à 13:38, Mark Thomas a écrit : > [X] Stable - go ahead and release as 8.5.15 +1, the 3 test suites passed on Debian 9 (amd64) with OpenJDK 8u131. Emmanuel Bourg signature.asc Description: OpenPGP digital signature

svn commit: r1794556 - in /tomcat/trunk/java/org/apache: catalina/ catalina/core/ catalina/filters/ catalina/startup/ catalina/tribes/tipis/ catalina/valves/ coyote/ coyote/http11/ coyote/http2/ tomca

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:38:17 2017 New Revision: 1794556 URL: http://svn.apache.org/viewvc?rev=1794556&view=rev Log: Inner enums are implicitly static Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java tomcat/trunk/java/org/apache/catalina/core/DefaultInstance

svn commit: r1794554 - in /tomcat/trunk: java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/servlets/ java/org/apache/catalina/startup/ java/org/apache/catalina

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:33:07 2017 New Revision: 1794554 URL: http://svn.apache.org/viewvc?rev=1794554&view=rev Log: Removed unnecessary semicolons Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java tomcat/trunk/java/org/apache/catalina/ant/ValidatorT

svn commit: r1794551 - in /tomcat/trunk/java/org/apache: catalina/filters/RemoteIpFilter.java tomcat/websocket/server/WsHandshakeRequest.java

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:22:53 2017 New Revision: 1794551 URL: http://svn.apache.org/viewvc?rev=1794551&view=rev Log: Use Collections.singletonList() instead of Arrays.asList() when wrapping only one element Modified: tomcat/trunk/java/org/apache/catalina/filters/RemoteIpFilter.jav

[Bug 57665] support x-forwarded-host

2017-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 --- Comment #15 from Stefan Fussenegger --- (In reply to Richard Swart from comment #14) > Note that proxies like Apache with mod_proxy will create a comma separate > list of the X-Forwarded-Host if the incoming request already contains a > X-F