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 2016/01/16 18:14:52 UTC

svn commit: r1725006 - /ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml

Author: jleroux
Date: Sat Jan 16 17:14:52 2016
New Revision: 1725006

URL: http://svn.apache.org/viewvc?rev=1725006&view=rev
Log:
Fixes "The passport component misses a web.xml file" https://issues.apache.org/jira/browse/OFBIZ-6809

While checking OFBIZ-6735 I found a remaining issue in log. Adding an empty web.xml to the passport webapp was sufficient.

Added:
    ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml   (with props)

Added: ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml?rev=1725006&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml (added)
+++ ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml Sat Jan 16 17:14:52 2016
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<web-app version="3.0"
+         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">
+    <display-name>Apache OFBiz - Passport Component</display-name>
+    <description>Passport Component of the Apache OFBiz Project</description>
+</web-app>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

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

Propchange: ofbiz/trunk/specialpurpose/passport/webapp/passport/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml