You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/05/03 14:43:18 UTC

svn commit: r1478759 - /cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml

Author: coheigea
Date: Fri May  3 12:43:18 2013
New Revision: 1478759

URL: http://svn.apache.org/r1478759
Log:
Removing "double-it" line from STS config

Modified:
    cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml

Modified: cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml?rev=1478759&r1=1478758&r2=1478759&view=diff
==============================================================================
--- cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml (original)
+++ cxf/fediz/trunk/services/sts/src/main/webapp/WEB-INF/cxf-transport.xml Fri May  3 12:43:18 2013
@@ -99,7 +99,6 @@
 
 	<util:list id="transportEndpoints">
 		<value>.*</value>
-		<value>https://localhost:(\d)*/doubleit/services/doubleittransport.*</value>
 	</util:list>
 
 	<bean id="transportSTSProperties" class="org.apache.cxf.sts.StaticSTSProperties">