[
https://issues.apache.org/jira/browse/ARTEMIS-4939?focusedWorklogId=926723&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-926723
]
ASF GitHub Bot logged work on ARTEMIS-4939:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/24 18:26
Start Date: 19/Jul/24 18:26
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5103:
URL: https://github.com/apache/activemq-artemis/pull/5103#discussion_r1684801694
##########
artemis-dto/src/main/java/org/apache/activemq/artemis/dto/WebServerDTO.java:
##########
@@ -107,6 +107,9 @@ public class WebServerDTO extends ComponentDTO {
@XmlAttribute
public Integer scanPeriod;
+ @XmlAttribute
+ public Integer requestHeaderSize;
Review Comment:
I actually had the same thought.
Issue Time Tracking
-------------------
Worklog Id: (was: 926723)
Time Spent: 0.5h (was: 20m)
> Allow configuring request header size for embedded web server
> -------------------------------------------------------------
>
> Key: ARTEMIS-4939
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4939
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> In use-cases with large HTTP headers (e.g. using SSO) Jetty can choke on
> large headers and emit a message like:
> {noformat}
> 2024-07-12 11:41:32,875 WARN [org.eclipse.jetty.http.HttpParser] Header is
> too large 8193>8192{noformat}
> This should be configurable in {{bootstrap.xml}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact