From: Piyush Ranjan Date: 2008-03-01T17:45:29+09:00 Subject: Re: open-uri bug ------=_Part_10296_28404880.1204361137523 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I too want to know how to handle invalid URIs in mechanize. Is there any way to override url checking ? On Wed, Feb 27, 2008 at 10:21 AM, Eric Hodel wrote: > On Feb 26, 2008, at 13:20 PM, Steve H. wrote: > > On Feb 26, 12:20 pm, Rob Biedenharn > > wrote: > >> Probably because %1 looks like a partially escaped character. Try: > >> > >> ?%251 > >> Where %25 is an escaped % > >> > >> -Rob > >> > > > > I appreciate the reply. This is a bit unfortunate, I am developing a > > tool which has to handle URIs the same way the browser does. While I > > realize that is not a "correct" URI, the browser still fetches the > > pages without a problem. In some sense, I wish I could mirror the > > functionality of the browser fetch using the URI module. Anyhow, thank > > you for your help! > > What about Mechanize? > > ------=_Part_10296_28404880.1204361137523--