mirror of
https://github.com/sismics/docs.git
synced 2025-12-15 18:56:18 +00:00
Fix document scope reset after add, fix wrong web.xml configuration
(it broke TIFF image encoding on OCR)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns="http://java.sun.com/xml/ns/javaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
||||
version="3.0" metadata-complete="true">
|
||||
version="3.0">
|
||||
|
||||
<!-- Override init parameter to avoid nasty file locking issue on windows. -->
|
||||
<servlet>
|
||||
|
||||
Reference in New Issue
Block a user