-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
15.1.0.Dev04, 15.0.10.Final
-
None
While the two endpoints definitions bellow should be effectively the same, the later one auto-enables RESP and MemcacheD endpoints while the former one does not.
Upon discussions about expected behavior, it's expected that RESP won't be enabled if authentication isn't as single-port could have issues auto detect the protocol.
<security> <security-realms> <security-realm name="default"> </security-realm> </security-realms> </security> <endpoints socket-binding="default" security-realm="default"/>
<endpoints socket-binding="default"/>
- clones
-
JDG-7262 Endpoints auto-enabled RESP upon security-realm removal
- New