aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-01-29 17:13:21 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-01-29 17:13:21 +0100
commit88f2ac75cf316c755e35303cf2d6faa2343b9408 (patch)
treebe370b6b68946cc75a5d9f2369b713f0816ce1dd /id/server/auth/src/main/webapp/WEB-INF/web.xml
parenta3002d5966703675e982f5699b7a829d2dc22d84 (diff)
downloadmoa-id-spss-88f2ac75cf316c755e35303cf2d6faa2343b9408.tar.gz
moa-id-spss-88f2ac75cf316c755e35303cf2d6faa2343b9408.tar.bz2
moa-id-spss-88f2ac75cf316c755e35303cf2d6faa2343b9408.zip
Perform some cleanup
- Remove ProcessDefinitionFactoryBean from applicationContext.xml. - Minor code cleanup.
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.xml2
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>