You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christopher Lockard (JIRA)" <ji...@apache.org> on 2015/11/11 23:42:10 UTC

[jira] [Created] (CXF-6673) StaticService setEndpoints(List) doesn't work correctly

Christopher Lockard created CXF-6673:
----------------------------------------

             Summary: StaticService setEndpoints(List<String>) doesn't work correctly
                 Key: CXF-6673
                 URL: https://issues.apache.org/jira/browse/CXF-6673
             Project: CXF
          Issue Type: Bug
          Components: STS
    Affects Versions: 3.0.4
            Reporter: Christopher Lockard


The setEndpoints(List<String>) method of org.apache.cxf.sts.service.StaticService does not actually set the internal endpiontPatterns collection but instead just adds the passed in endpoints to the endpointPatterns. This makes configuration of this class impossible after the first time this method is called since there is no way to remove the previous added endpoints.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)