diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-03 20:28:57 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-03 20:28:57 +0100 |
commit | 8dbc7af299d5e7a1dd4d1085d2840ff00f403bbb (patch) | |
tree | 40252b6b0708118909427f2f6196f5cd4291b0b8 /id/server/auth/src/main/webapp | |
parent | 5e7e02ef338811ea240dd5e53a215f82fdf40954 (diff) | |
download | moa-id-spss-8dbc7af299d5e7a1dd4d1085d2840ff00f403bbb.tar.gz moa-id-spss-8dbc7af299d5e7a1dd4d1085d2840ff00f403bbb.tar.bz2 moa-id-spss-8dbc7af299d5e7a1dd4d1085d2840ff00f403bbb.zip |
attribut test
Diffstat (limited to 'id/server/auth/src/main/webapp')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 4 |
1 files changed, 4 insertions, 0 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 59d6d6cce..d6df363c5 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -68,6 +68,10 @@ <from>^/moa-id-auth/SendPEPSAuthnRequest$</from> <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> </rule> + <rule match-type="regex"> + <from>^/moa-id-auth/RetrieveMandate$</from> + <to type="forward">/dispatcher?mod=id_stork2&action=MandateRetrievalRequest&%{query-string}</to> + </rule> <rule match-type="regex"> |