diff options
Diffstat (limited to 'id/server/auth/src/main/webapp/WEB-INF/web.xml')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/web.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml index 2dbceb4e9..10c772aca 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -138,6 +138,8 @@ </servlet> <servlet-mapping> <servlet-name>ProcessEngineSignal</servlet-name> + <url-pattern>/signalProcess</url-pattern> + <!-- legacy url patterns --> <url-pattern>/GetMISSessionID</url-pattern> <url-pattern>/GetForeignID</url-pattern> <url-pattern>/VerifyAuthBlock</url-pattern> |