Author: maartenc
Date: Wed Nov 14 12:43:15 2007
New Revision: 595040
URL: http://svn.apache.org/viewvc?rev=595040&view=rev
Log:
Attempt to download a file with & in its name causes SAXParseException in Ivy
(IVY-635)
Added:
incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/report/ivy-635.xml
Added:
incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/report/ivy-635.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/report/ivy-635.xml?rev=595040&view=auto
==============================================================================
---
incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/report/ivy-635.xml
(added)
+++
incubator/ivy/core/trunk/test/java/org/apache/ivy/plugins/report/ivy-635.xml
Wed Nov 14 12:43:15 2007
@@ -0,0 +1,25 @@
+<!--
+ 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.
+-->
+<ivy-module version="1.0">
+ <info organisation="apache"
+ module="ivy-635" />
+ <dependencies>
+ <dependency org="apache" name="mod1" rev="1.0" />
+ </dependencies>
+</ivy-module>