Fix schema type extension.... request dispatching works now
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 22 May 2007 14:36:55 +0000 (14:36 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 22 May 2007 14:36:55 +0000 (14:36 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2210 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

resources/classpath/schema/shibboleth-2.0-idp-profile.xsd

index dda6eac..f2067d3 100644 (file)
@@ -18,7 +18,7 @@
             <documentation>Basic handler that returns a general status of the IdP.</documentation>
         </annotation>
         <complexContent>
-            <extension base="ph:ProfileHandlerType" />
+            <extension base="ph:RequestURIMappedProfileHandlerType" />
         </complexContent>
     </complexType>
 
             <documentation>Base type for Shibboleth IdP profile handlers.</documentation>
         </annotation>
         <complexContent>
-            <extension base="ph:ProfileHandlerType" />
+            <extension base="ph:ShibbolethProfileHandlerType" />
         </complexContent>
     </complexType>