make /Scaler work with IIIF path.
author |
robcast |
date |
Fri, 19 Jul 2013 14:08:29 +0200 |
parents |
ea2b8c49545f |
children |
a6532856dae1 |
files |
webapp/src/main/webapp/WEB-INF/web-2.3.xml webapp/src/main/webapp/WEB-INF/web-3.0.xml |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/webapp/src/main/webapp/WEB-INF/web-2.3.xml Fri Jul 19 13:03:52 2013 +0200
+++ b/webapp/src/main/webapp/WEB-INF/web-2.3.xml Fri Jul 19 14:08:29 2013 +0200
@@ -42,7 +42,7 @@
Scaler
</servlet-name>
<url-pattern>
- /Scaler
+ /Scaler/*
</url-pattern>
</servlet-mapping>
</web-app>
--- a/webapp/src/main/webapp/WEB-INF/web-3.0.xml Fri Jul 19 13:03:52 2013 +0200
+++ b/webapp/src/main/webapp/WEB-INF/web-3.0.xml Fri Jul 19 14:08:29 2013 +0200
@@ -45,7 +45,7 @@
Scaler
</servlet-name>
<url-pattern>
- /Scaler
+ /Scaler/*
</url-pattern>
</servlet-mapping>
</web-app>