Bug report for Taglibs [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 10 [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2022/04/10]

2022-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GitHub] [tomcat] CrazyHZM opened a new pull request, #501: Support max http request header size and max http header size configuration separation

2022-04-10 Thread GitBox
CrazyHZM opened a new pull request, #501: URL: https://github.com/apache/tomcat/pull/501 Mail link:https://bz.apache.org/bugzilla/show_bug.cgi?id=65866 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [tomcat] CrazyHZM commented on pull request #501: Support max http request header size and max http header size configuration separation

2022-04-10 Thread GitBox
CrazyHZM commented on PR #501: URL: https://github.com/apache/tomcat/pull/501#issuecomment-1094598895 Please review the code first, if there is no problem, I will support this on other branches as well. -- This is an automated message from the Apache Git Service. To respond to the message

[Bug 65866] Allow AbstractHttp11Protocol.setMaxHttpHeaderSize to apply to request or response only

2022-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65866 --- Comment #3 from Zhongming Hua --- Please review the code first, if there is no problem, I will support this on other branches as well. https://github.com/apache/tomcat/pull/501 -- You are receiving this mail because: You are the assignee

[GitHub] [tomcat] CrazyHZM opened a new pull request, #502: Support max http request header size and max http header size configuration separation

2022-04-10 Thread GitBox
CrazyHZM opened a new pull request, #502: URL: https://github.com/apache/tomcat/pull/502 Mail link:https://bz.apache.org/bugzilla/show_bug.cgi?id=65866 -- 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 g

[GitHub] [tomcat] gmshake commented on a diff in pull request #501: Support max http request header size and max http header size configuration separation

2022-04-10 Thread GitBox
gmshake commented on code in PR #501: URL: https://github.com/apache/tomcat/pull/501#discussion_r846991658 ## java/org/apache/coyote/http11/AbstractHttp11Protocol.java: ## @@ -244,6 +244,34 @@ public void setMaxSavePostSize(int maxSavePostSize) { public void setMaxHttpHeade

[GitHub] [tomcat] rmaucher commented on pull request #501: Support max http request header size and max http header size configuration separation

2022-04-10 Thread GitBox
rmaucher commented on PR #501: URL: https://github.com/apache/tomcat/pull/501#issuecomment-1094622549 That seems pretty straightforward. I'm slightly skeptical about the real practical use since trying to optimize the sizes too much is risky, but no problem, this is the user's responsibilit