]
Brian Stansberry resolved WFLY-11696.
-------------------------------------
Resolution: Duplicate Issue
Remove ParameterCorrector added for WFLY-11617
----------------------------------------------
Key: WFLY-11696
URL:
https://issues.jboss.org/browse/WFLY-11696
Project: WildFly
Issue Type: Task
Components: JMS
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
Priority: Minor
See
https://github.com/wildfly/wildfly/pull/12020 for discussion. For compatibility
reasons we added a ParameterCorrector as part of the WFLY-11617 fix. But really that
results in the server ignoring invalid input, which is a bug. That's the right thing
to do for a while, as a form of "bug deprecation notice" but eventually we
should cut the code size, get rid of the corrector, and require the user to provide a
valid value.