aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
diff options
context:
space:
mode:
authorAlexander Marsalek <amarsalek@iaik.tugraz.at>2014-07-02 16:02:45 +0200
committerAlexander Marsalek <amarsalek@iaik.tugraz.at>2014-07-02 16:02:45 +0200
commit6e409edd540fb7e2bb6a66f14adeb72e550669c1 (patch)
treed20f652b3c9d63a76cfa57ecc8e23e691efb39d6 /id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
parent60fbf20c8f9017f6f9eb011a0df059bb1ada615c (diff)
downloadmoa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.tar.gz
moa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.tar.bz2
moa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.zip
added support for splitting authnrequest &signrequest
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml')
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml4
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 23737452a..54debca81 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -86,8 +86,8 @@
<to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
</rule>
<rule match-type="regex">
- <from>^/stork2/SendPEPSAuthnRequest$</from>
- <to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest&amp;%{query-string}</to>
+ <from>^/stork2/SendPEPSAuthnRequestWithoutSignedDoc$</from>
+ <to type="forward">/dispatcher?mod=id_stork2&amp;action=AuthenticationRequest1&amp;%{query-string}</to>
</rule>
<rule match-type="regex">
<from>^/stork2/RetrieveMandate$</from>