]
Brian Stansberry reassigned WFLY-14343:
---------------------------------------
Fix Version/s: 23.0.0.Beta1
Assignee: Brian Stansberry (was: Jim Ma)
Resolution: Done
Webservices subsystem PropertyAdd may invalidly store
'undefined' as the property value
---------------------------------------------------------------------------------------
Key: WFLY-14343
URL:
https://issues.redhat.com/browse/WFLY-14343
Project: WildFly
Issue Type: Bug
Components: Web Services
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 23.0.0.Beta1
If an operation has the 'value' param but does not have a defined value,
PropertyAdd will pass the string 'undefined' into the runtime service. It should
pass null.