Description
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.