You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2013/08/28 10:24:10 UTC

svn commit: r1518101 - in /tomcat/tc7.0.x/trunk/test/deployment: ./ context.war dirContext/ dirContext/META-INF/ dirContext/META-INF/context.xml dirContext/index.html dirNoContext/ dirNoContext/index.html noContext.war

Author: violetagg
Date: Wed Aug 28 08:24:10 2013
New Revision: 1518101

URL: http://svn.apache.org/r1518101
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51526
Added missing test resources.

Added:
    tomcat/tc7.0.x/trunk/test/deployment/   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/context.war   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirContext/   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html   (with props)
    tomcat/tc7.0.x/trunk/test/deployment/noContext.war   (with props)

Propchange: tomcat/tc7.0.x/trunk/test/deployment/
------------------------------------------------------------------------------
    bugtraq:append = false

Propchange: tomcat/tc7.0.x/trunk/test/deployment/
------------------------------------------------------------------------------
    bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/trunk/test/deployment/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Wed Aug 28 08:24:10 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/trunk/test/deployment/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Added: tomcat/tc7.0.x/trunk/test/deployment/context.war
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/deployment/context.war?rev=1518101&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/tc7.0.x/trunk/test/deployment/context.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/
------------------------------------------------------------------------------
    bugtraq:append = false

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/
------------------------------------------------------------------------------
    bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Wed Aug 28 08:24:10 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/
------------------------------------------------------------------------------
    bugtraq:append = false

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/
------------------------------------------------------------------------------
    bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Wed Aug 28 08:24:10 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Added: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml?rev=1518101&view=auto
==============================================================================
--- tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml (added)
+++ tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml Wed Aug 28 08:24:10 2013
@@ -0,0 +1,17 @@
+<!--
+  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.
+-->
+<Context sessionCookieName="DIR_CONTEXT" />
\ No newline at end of file

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/META-INF/context.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html?rev=1518101&view=auto
==============================================================================
--- tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html (added)
+++ tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html Wed Aug 28 08:24:10 2013
@@ -0,0 +1,22 @@
+<!--
+  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.
+-->
+<!-- dirContext -->
+<html>
+  <body>
+    <p>Directory based web application with a context.xml file.</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirContext/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/
------------------------------------------------------------------------------
    bugtraq:append = false

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/
------------------------------------------------------------------------------
    bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Wed Aug 28 08:24:10 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Added: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html?rev=1518101&view=auto
==============================================================================
--- tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html (added)
+++ tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html Wed Aug 28 08:24:10 2013
@@ -0,0 +1,22 @@
+<!--
+  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.
+-->
+<!-- dirNoContext -->
+<html>
+  <body>
+    <p>Directory based web application with no context.xml file.</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/tc7.0.x/trunk/test/deployment/dirNoContext/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/tc7.0.x/trunk/test/deployment/noContext.war
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/deployment/noContext.war?rev=1518101&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tomcat/tc7.0.x/trunk/test/deployment/noContext.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org