aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
diff options
context:
space:
mode:
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.xml8
1 files changed, 4 insertions, 4 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 1d75053f2..032f06911 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/urlrewrite.xml
@@ -22,20 +22,20 @@
<!-- Legacy Rules -->
<rule match-type="regex">
<from>^/StartAuthentication$</from>
- <to type="forward">/AuthDispatcher?mod=id_saml1&amp;action=GetArtifact</to>
+ <to type="forward">/dispatcher?mod=id_saml1&amp;action=GetArtifact</to>
</rule>
<rule match-type="regex">
<from>^/StartAuthentication\?(.*)$</from>
- <to type="forward">/AuthDispatcher?mod=id_saml1&amp;action=GetArtifact&amp;$1</to>
+ <to type="forward">/dispatcher?mod=id_saml1&amp;action=GetArtifact&amp;$1</to>
</rule>
<rule match-type="regex">
<from>^/auth/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)$</from>
- <to type="forward">/AuthDispatcher?mod=$1&amp;action=$2</to>
+ <to type="forward">/dispatcher?mod=$1&amp;action=$2</to>
</rule>
<rule match-type="regex">
<from>^/auth/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)\?(.*)$</from>
- <to type="forward">/AuthDispatcher?mod=$1&amp;action=$2&amp;$3</to>
+ <to type="forward">/dispatcher?mod=$1&amp;action=$2&amp;$3</to>
</rule>