]
Darran Lofthouse commented on WFCORE-1898:
------------------------------------------
[~rhatlapa] FYI any issues relating to the legacy security realms should be created under
the WFCORE project instead of WFLY.
Defining protocol of ssl config in security realm to incorrect value
results in broken https
--------------------------------------------------------------------------------------------
Key: WFCORE-1898
URL:
https://issues.jboss.org/browse/WFCORE-1898
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management, Security
Affects Versions: 3.0.0.Alpha10
Reporter: Radim Hatlapatka
Assignee: Brian Stansberry
Labels: user_experience
If I define protocol to invalid value, it passes with success even though after reload it
results in failure as such protocol isn't available.
It would be great if the value would be checked for proper values and fail the operation
when incorrect value is provided.
E.g. this command
{{/core-service=management/security-realm=ApplicationRealm/server-identity=ssl:write-attribute(name=protocol,
value=ABC)}} should fail, but it passes, resulting that when doing reload https-listener
and all dependent services fail to start
It would be beneficial to detect the incorrect value during the value update and rollback
in case of invalid value being provided.