[GitHub] [tomcat-maven-plugin] dependabot[bot] opened a new pull request, #36: Bump plexus-utils from 3.0.15 to 3.0.16

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #36: URL: https://github.com/apache/tomcat-maven-plugin/pull/36 Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15 to 3.0.16. Commits

[tomcat-maven-plugin] branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16 created (now 004ab81)

2022-07-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.0.16 in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git at 004ab81 Bump plexus-utils from 3.0.15 to 3.0.16

[tomcat-maven-plugin] branch dependabot/maven/org.apache.tomcat-tomcat-catalina-7.0.81 created (now 28cdafe)

2022-07-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.tomcat-tomcat-catalina-7.0.81 in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git at 28cdafe Bump tomcat-catalina from 7.0.59 to

[GitHub] [tomcat-maven-plugin] dependabot[bot] opened a new pull request, #35: Bump tomcat-catalina from 7.0.59 to 7.0.81

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #35: URL: https://github.com/apache/tomcat-maven-plugin/pull/35 Bumps tomcat-catalina from 7.0.59 to 7.0.81. [![Dependabot compatibility

[GitHub] [tomcat] markt-asf closed pull request #528: easymock version change from 4.2 to 4.3

2022-07-01 Thread GitBox
markt-asf closed pull request #528: easymock version change from 4.2 to 4.3 URL: https://github.com/apache/tomcat/pull/528 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [tomcat] markt-asf commented on pull request #528: easymock version change from 4.2 to 4.3

2022-07-01 Thread GitBox
markt-asf commented on PR #528: URL: https://github.com/apache/tomcat/pull/528#issuecomment-1172689085 This change has already been back-ported. You can ignore Travis CI. It is unreliable and will be going away soon. -- This is an automated message from the Apache Git Service. To

[GitHub] [tomcat] aooohan commented on a diff in pull request #531: Bugfix for 63080 - Support rfc7239 Forwarded header

2022-07-01 Thread GitBox
aooohan commented on code in PR #531: URL: https://github.com/apache/tomcat/pull/531#discussion_r912055494 ## java/org/apache/catalina/valves/RemoteIpValve.java: ## @@ -19,9 +19,7 @@ import java.io.IOException; import java.net.InetAddress; import

[GitHub] [tomcat] ChristopherSchultz commented on a diff in pull request #531: Bugfix for 63080 - Support rfc7239 Forwarded header

2022-07-01 Thread GitBox
ChristopherSchultz commented on code in PR #531: URL: https://github.com/apache/tomcat/pull/531#discussion_r912048816 ## java/org/apache/catalina/valves/RemoteIpValve.java: ## @@ -19,9 +19,7 @@ import java.io.IOException; import java.net.InetAddress; import

[GitHub] [tomcat] lakeoffaith commented on pull request #528: easymock version change from 4.2 to 4.3

2022-07-01 Thread GitBox
lakeoffaith commented on PR #528: URL: https://github.com/apache/tomcat/pull/528#issuecomment-1172158405 i don't know why the Travis ci check fail, is there anyone help me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [tomcat] aooohan commented on pull request #531: Bugfix for 63080 - Support rfc7239 Forwarded header

2022-07-01 Thread GitBox
aooohan commented on PR #531: URL: https://github.com/apache/tomcat/pull/531#issuecomment-1172146451 I was writing the pr and realised that tomcat8 supports jdk7, so I didn't use some of the jd8+ features in this pr, so it made the code a bit long. -- This is an automated message from

[Bug 63080] Support rfc7239 Forwarded header

2022-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63080 --- Comment #3 from HanLi --- (In reply to Christopher Schultz from comment #1) > I would recommend adding a new configuration option which specifies which > strategy to use: legacy, rfc7239, or "both" where both types of headers are >

[GitHub] [tomcat] aooohan opened a new pull request, #531: Bugfix for 63080 - Support rfc7239 Forwarded header

2022-07-01 Thread GitBox
aooohan opened a new pull request, #531: URL: https://github.com/apache/tomcat/pull/531 fix:https://bz.apache.org/bugzilla/show_bug.cgi?id=63080 Hi all, I have implemented RFC7239 as I understand it, but as this is my first time implementing RFC functionality, I may not have a

[Bug 63080] Support rfc7239 Forwarded header

2022-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63080 --- Comment #2 from HanLi --- Hi all, I have implemented RFC7239 as I understand it, but as this is my first time implementing RFC functionality, I may not have a good understanding of RFC and may not have taken some things into account. I

Re: [VOTE] Release Apache Tomcat Native 2.0.0

2022-07-01 Thread Rémy Maucherat
On Thu, Jun 30, 2022 at 3:58 PM Mark Thomas wrote: > > This is the first release of the Tomcat Native 2.0.x branch. The major > differences compared to the 1.2.x branch are: > > - JNI API has been reduced to just that required to support the use of >OpenSSL rather than JSSE for TLS