[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-cvs
Subject:    svn commit: r373926 -
From:       dims () apache ! org
Date:       2006-01-31 22:11:58
Message-ID: 20060131221159.94614.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: dims
Date: Tue Jan 31 14:11:56 2006
New Revision: 373926

URL: http://svn.apache.org/viewcvs?rev=373926&view=rev
Log:
Fix for AXIS2-407 - xmlbeans.XmlException: The filename, directory name, or volume \
label syntax is incorrect


Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/URLProcessor.java


Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/URLProcessor.java
                
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/URLProcessor.java?rev=373926&r1=373925&r2=373926&view=diff
 ==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/URLProcessor.java \
                (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/util/URLProcessor.java \
Tue Jan 31 14:11:56 2006 @@ -60,6 +60,8 @@
         hostname = hostname.replace('-', '_');
         path = path.replace('-', '_');
 
+        path = path.replace(':', '_');
+
         // chomp off last forward slash in path, if necessary
         if ((path.length() > 0) && (path.charAt(path.length() - 1) == '/')) {
             path = path.substring(0, path.length() - 1);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic