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=36932>. 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=36932 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-05 21:07 ------- Expanding on my previous message... The problem we ran into in LOCKSS couldn't be solved by simply encoding the URL. First, the URL was obtained in a context where it should already be encoded (e.g., from an incoming HTTP request); encoding it again would break properly encoded URLs. Second, I believe some of the malformed URLs were illegal in ways not related to encoding. (Sorry, I can't find an example at the moment, my notes say that they were doubleclick URLs.) I do some minimal encoding of necessarily-illegal characters (not including "%" so as not to break encoded URLs), but that wasn't enough; I still had to fall back on a less strict http client in some cases. -- 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]
