diff options
| author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 16:57:02 +0100 | 
|---|---|---|
| committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-01-17 16:57:02 +0100 | 
| commit | 2e59ebb5e82cac6fa4defc0ca4d201e59891d84f (patch) | |
| tree | be4f87f166d74f780906e3a8d3318e29931dc5f5 /id/server | |
| parent | 92094305b901df13e21d0d856fe4ce5deeaf27f8 (diff) | |
| download | moa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.tar.gz moa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.tar.bz2 moa-id-spss-2e59ebb5e82cac6fa4defc0ca4d201e59891d84f.zip | |
adding stork2 support to urlrewrite
Diffstat (limited to 'id/server')
| -rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml index d33cae207..cc9cc8236 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -52,7 +52,19 @@  		<to type="forward">/dispatcher?mod=id_pvp2x&action=Soap</to>  	</rule> -	<outbound-rule> +    <rule match-type="regex"> +        <from>^/stork2/StartAuthentication$</from> +        <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> +    </rule> +    <rule match-type="regex"> +        <from>^/stork2/SendPEPSAuthnRequest$</from> +        <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> +    </rule> + + + + +    <outbound-rule>  		<note>  			The outbound-rule specifies that when response.encodeURL is called (if  			you are using JSTL c:url) | 
