svn commit: r1628937 - in /ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF: ./ web.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1628937 - in /ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF: ./ web.xml

jleroux@apache.org
Author: jleroux
Date: Thu Oct  2 11:15:18 2014
New Revision: 1628937

URL: http://svn.apache.org/r1628937
Log:
Adds an empty placeholder web.xml file under ordermgr-js/WEB-INF to prevent a warning message at start and (hopefully) an (at least) exception with sendMailFromScreen service as reported by Jacopo on dev ML.
This issue also exits in R13.07 and is related with r1612202

Added:
    ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/
    ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml   (with props)

Added: ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml?rev=1628937&view=auto
==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml (added)
+++ ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml Thu Oct  2 11:15:18 2014
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+      http://www.apache.org/licenses/LICENSE-2.0
+      
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!DOCTYPE web-app
+    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
+    "http://java.sun.com/dtd/web-app_2_3.dtd">
+    
+<web-app>
+    <display-name>Empty placeholder</display-name>
+    <description>Empty placeholder</description>
+</web-app>

Propchange: ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/applications/commonext/webapp/ordermgr-js/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml