You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/02/10 07:14:49 UTC

svn commit: r1658622 - in /ofbiz/trunk/applications/content/webapp/contentimages: ./ WEB-INF/ WEB-INF/web.xml

Author: jleroux
Date: Tue Feb 10 06:14:49 2015
New Revision: 1658622

URL: http://svn.apache.org/r1658622
Log:
Fixes https://issues.apache.org/jira/browse/OFBIZ-5305 "WebAppUtil.getWebappInfoFromWebsiteId throws IllegalArgumentException when web.xml not found"

I finally prefered to add an empty contenimages webapp.

Added:
    ofbiz/trunk/applications/content/webapp/contentimages/
    ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/
    ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml   (with props)

Added: ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml?rev=1658622&view=auto
==============================================================================
--- ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml (added)
+++ ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml Tue Feb 10 06:14:49 2015
@@ -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, see http://svn.apache.org/viewvc?view=revision&amp;revision=1658621 </description>
+</web-app>

Propchange: ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Propchange: ofbiz/trunk/applications/content/webapp/contentimages/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml