[JBoss JIRA] (WFLY-2168) Forward port urn:jboss:domain:transactions:1.4 schema and parser from EAP 6
by Ivo Studensky (JIRA)
[ https://issues.jboss.org/browse/WFLY-2168?page=com.atlassian.jira.plugin.... ]
Ivo Studensky commented on WFLY-2168:
-------------------------------------
A new XSD had been firstly introduced in WildFly by WFLY-789 as a {{urn:jboss:domain:transactions:2.0}} which was then backported to EAP as a {{urn:jboss:domain:transactions:1.4}}. The change was the same, the only difference was in the version of that schema. See the discussion on the WildFly's PR for details.
> Forward port urn:jboss:domain:transactions:1.4 schema and parser from EAP 6
> ---------------------------------------------------------------------------
>
> Key: WFLY-2168
> URL: https://issues.jboss.org/browse/WFLY-2168
> Project: WildFly
> Issue Type: Task
> Components: Domain Management, Transactions
> Reporter: Brian Stansberry
> Assignee: Ivo Studensky
> Priority: Blocker
> Fix For: 8.0.0.CR1
>
>
> The backport of WFLY-789 introduced a new XSD version in EAP that does not exist in WildFly. It needs to be forward ported to WildFly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (WFLY-2169) Add support to change various Undertow options through WildFly in standalone.xml
by Bernd Nigmann (JIRA)
Bernd Nigmann created WFLY-2169:
-----------------------------------
Summary: Add support to change various Undertow options through WildFly in standalone.xml
Key: WFLY-2169
URL: https://issues.jboss.org/browse/WFLY-2169
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 8.0.0.Alpha4
Environment: Ubuntu 12.04 LTS, openjdk-7-jdk-7u25-2.3.10-1ubuntu0.12.04.2
Reporter: Bernd Nigmann
Assignee: Stuart Douglas
Undertow's default for the maximum number of HTTP parameter it parses in a GET or POST is 1000:
{noformat}
15:05:41,276 ERROR [io.undertow.request] (default task-17)
Servlet request failed HttpServerExchange{ POST /***/*******/****}:
java.lang.IllegalStateException: UT000047: The number of
parameters exceeded the maximum of 1000
{noformat}
In the Undertow sources (https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io...), I found this to be a configurable option: "{{MAX_PARAMETERS}}".
Please allow changing some of these Undertow options through the WildFly {{standalone.xml}}. Tomaz Cerar asked me to create a ticket for this, based on the referenced forum thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months