Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-16759

Endpoints auto-enabled RESP upon security-realm removal

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 15.1.0.Dev04, 15.0.10.Final
    • Server
    • 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"/>
      

              ttarrant@redhat.com Tristan Tarrant
              rhn-support-pdrobek Pavel Drobek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: