From e8af8a68cec2d0c177929b9e7d30d0edf223a6ed Mon Sep 17 00:00:00 2001 From: srowen Date: Tue, 4 Aug 2009 08:54:02 +0000 Subject: [PATCH] Disable email-based decoding -- won't be able to support it soon and it is very rarely used by anyone. Leaving code in for future reference though. git-svn-id: http://zxing.googlecode.com/svn/trunk@1030 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- zxingorg/build.xml | 5 +++-- zxingorg/web/WEB-INF/{web.xml.template => web.xml} | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) rename zxingorg/web/WEB-INF/{web.xml.template => web.xml} (95%) diff --git a/zxingorg/build.xml b/zxingorg/build.xml index 7aeb4ec7..c23a1bc5 100644 --- a/zxingorg/build.xml +++ b/zxingorg/build.xml @@ -69,11 +69,13 @@ - + @@ -93,7 +95,6 @@ - diff --git a/zxingorg/web/WEB-INF/web.xml.template b/zxingorg/web/WEB-INF/web.xml similarity index 95% rename from zxingorg/web/WEB-INF/web.xml.template rename to zxingorg/web/WEB-INF/web.xml index 1e8f4a2a..1dc0452d 100644 --- a/zxingorg/web/WEB-INF/web.xml.template +++ b/zxingorg/web/WEB-INF/web.xml @@ -28,10 +28,13 @@ org.apache.commons.fileupload.servlet.FileCleanerCleanup + + DecodeServlet -- 2.20.1