diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-18 16:02:05 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-18 16:02:05 +0100 |
commit | 7f896d543b412062935db895c9a951d64d638b5d (patch) | |
tree | a5ca07955792839764e00f3f9edf8acb9ea27424 /id/server/auth | |
parent | cb7942a2d5f13744b114fd6d4fad49aefdac12f1 (diff) | |
download | moa-id-spss-7f896d543b412062935db895c9a951d64d638b5d.tar.gz moa-id-spss-7f896d543b412062935db895c9a951d64d638b5d.tar.bz2 moa-id-spss-7f896d543b412062935db895c9a951d64d638b5d.zip |
correcting mandate request
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml | 4 |
1 files changed, 2 insertions, 2 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 461ff7efc..5ed7739ec 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml @@ -69,11 +69,11 @@ <to type="forward">/dispatcher?mod=id_stork2&action=AuthenticationRequest&%{query-string}</to> </rule> <rule match-type="regex"> - <from>^/moa-id-auth/SendPEPSAuthnRequest$</from> + <from>^/stork2/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> + <from>^/stork2/RetrieveMandate$</from> <to type="forward">/dispatcher?mod=id_stork2&action=MandateRetrievalRequest&%{query-string}</to> </rule> |