Re: [PR] Update Http11Processor.java [tomcat]

2024-09-10 Thread via GitHub
markt-asf commented on PR #749: URL: https://github.com/apache/tomcat/pull/749#issuecomment-2340093524 Reverse proxies are a lot more complicated than simply echoing bytes from input to output as you are discovering. Closing this PR as this is an application issue. -- This is an au

Re: [PR] Update Http11Processor.java [tomcat]

2024-09-10 Thread via GitHub
Oelje commented on PR #749: URL: https://github.com/apache/tomcat/pull/749#issuecomment-2339895689 We are using a reverse proxy on TomCat. This proxy passes the responses from the backend 1:1, including the TE header. This wasn't a problem for a long time because the upstream firewall had

Re: [PR] Update Http11Processor.java [tomcat]

2024-09-09 Thread via GitHub
markt-asf commented on PR #749: URL: https://github.com/apache/tomcat/pull/749#issuecomment-2337580759 Under what circumstances are you seeing duplicate headers? That should never happen. If the application is setting the `T-E` header that would be an application bug. If we did want

[PR] Update Http11Processor.java [tomcat]

2024-09-08 Thread via GitHub
Oelje opened a new pull request, #749: URL: https://github.com/apache/tomcat/pull/749 To avoid duplicate headers in the response. -- 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 comm