Author: cschneider
Date: Fri Feb 3 10:05:04 2012
New Revision: 1240059
URL: http://svn.apache.org/viewvc?rev=1240059&view=rev
Log:
CXF-4080 Removing basicAuthSupplier element from conduit schema as it did not
work and was deprecated since some time
Modified:
cxf/trunk/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd
Modified:
cxf/trunk/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd?rev=1240059&r1=1240058&r2=1240059&view=diff
==============================================================================
---
cxf/trunk/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd
(original)
+++
cxf/trunk/rt/transports/http/src/main/resources/schemas/configuration/http-conf.xsd
Fri Feb 3 10:05:04 2012
@@ -49,8 +49,6 @@
<xs:element name="tlsClientParameters" type="sec:TLSClientParametersType"/>
<xs:element name="trustDecider" type="cxf-beans:ClassOrBeanType"/>
<xs:element name="authSupplier" type="cxf-beans:ClassOrBeanType"/>
- <xs:element name="basicAuthSupplier" type="cxf-beans:ClassOrBeanType"/>
-
<xs:element name="conduit">
<xs:complexType>
@@ -101,18 +99,6 @@
of an object that supplies Auth information
both preemptively and in response to a 401 HTTP
Challenge. This class must extend the abstract class
- org.apache.cxf.transport.http.HttpAuthSupplier.
- </xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element ref="http-conf:basicAuthSupplier"
- minOccurs="0" maxOccurs="1">
- <xs:annotation>
- <xs:documentation>
- Holds the bean reference or class name
- of an object that supplies Auth information
- both preemptively and in response to a 401 HTTP
- Challenge. This class must extend the abstract class
org.apache.cxf.transport.http.HttpBasicAuthSupplier.
</xs:documentation>
</xs:annotation>