[
https://issues.jboss.org/browse/WFLY-3588?page=com.atlassian.jira.plugin....
]
cnsgithub cnsgithub commented on WFLY-3588:
-------------------------------------------
This is now giving me some headache due to this new option in latest undertow jars
UndertowOptions.ALLOW_UNESCAPED_CHARACTERS_IN_URL -> false
Now certain URL calls with characters containing unescaped values like { do not work
anymore (I know that it technically not RFC1738 conform), but it was working before, and i
need to still support this..
Is there any way to add this into Wildfly without patching the undertow jar?
Undertow subsystem should support arbitrary options
---------------------------------------------------
Key: WFLY-3588
URL:
https://issues.jboss.org/browse/WFLY-3588
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Reporter: Stuart Douglas
Assignee: Tomaz Cerar
At the moment all well known options are hard coded in the schema. We should also support
dynamic options where the class name is specified. This will allow the use of user defined
options.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)