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)