DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35210>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35210 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|[configuration] |[configuration] |XMLConfiguration - Save |FileConfiguration - Save |problem when embedded spaces|problem when embedded spaces |are in the path to xml file |are in the path ------- Additional Comments From [EMAIL PROTECTED] 2005-06-04 17:33 ------- The problem not only occurs with XMLConfiguration, but with all file based configurations. Cause is the method fileFromURL() in ConfigurationUtils, which uses url.getPath() to transform a URL into a File object. Obviously this method performs no decoding if the URL is application/x-www-form-urlencoded. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
