You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/05/31 22:23:21 UTC

svn commit: r1344893 - in /tomcat/trunk/test/webapp-3.0/bug53257: foo#bar.jsp foo%bar.jsp foo%bar.txt foo&bar.jsp foo+bar.jsp foo; bar.jsp

Author: markt
Date: Thu May 31 20:23:21 2012
New Revision: 1344893

URL: http://svn.apache.org/viewvc?rev=1344893&view=rev
Log:
Add files missed in r1344890

Added:
    tomcat/trunk/test/webapp-3.0/bug53257/foo#bar.jsp   (with props)
    tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.jsp   (with props)
    tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.txt   (with props)
    tomcat/trunk/test/webapp-3.0/bug53257/foo&bar.jsp   (with props)
    tomcat/trunk/test/webapp-3.0/bug53257/foo+bar.jsp   (with props)
    tomcat/trunk/test/webapp-3.0/bug53257/foo;bar.jsp   (with props)

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo#bar.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%23bar.jsp?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo#bar.jsp (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo#bar.jsp Thu May 31 20:23:21 2012
@@ -0,0 +1,21 @@
+<%--
+ 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.
+--%>
+<html>
+  <body>
+    <p>OK</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo#bar.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%25bar.jsp?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.jsp (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.jsp Thu May 31 20:23:21 2012
@@ -0,0 +1,21 @@
+<%--
+ 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.
+--%>
+<html>
+  <body>
+    <p>OK</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%25bar.txt?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.txt (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.txt Thu May 31 20:23:21 2012
@@ -0,0 +1 @@
+OK
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo%bar.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo&bar.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%26bar.jsp?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo&bar.jsp (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo&bar.jsp Thu May 31 20:23:21 2012
@@ -0,0 +1,21 @@
+<%--
+ 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.
+--%>
+<html>
+  <body>
+    <p>OK</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo&bar.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo+bar.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%2Bbar.jsp?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo+bar.jsp (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo+bar.jsp Thu May 31 20:23:21 2012
@@ -0,0 +1,21 @@
+<%--
+ 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.
+--%>
+<html>
+  <body>
+    <p>OK</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo+bar.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: tomcat/trunk/test/webapp-3.0/bug53257/foo;bar.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/bug53257/foo%3Bbar.jsp?rev=1344893&view=auto
==============================================================================
--- tomcat/trunk/test/webapp-3.0/bug53257/foo;bar.jsp (added)
+++ tomcat/trunk/test/webapp-3.0/bug53257/foo;bar.jsp Thu May 31 20:23:21 2012
@@ -0,0 +1,21 @@
+<%--
+ 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.
+--%>
+<html>
+  <body>
+    <p>OK</p>
+  </body>
+</html>
\ No newline at end of file

Propchange: tomcat/trunk/test/webapp-3.0/bug53257/foo;bar.jsp
------------------------------------------------------------------------------
    svn:eol-style = native



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