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
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
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=61032
Jelmer changed:
What|Removed |Added
URL||https://github.com/apache/t
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
>
>-
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
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
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/
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
=
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/
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
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
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
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
16 matches
Mail list logo