Re: mshtml: Use the last colon in proxy url as port separator

2011-08-22 Thread André Hentschel
Am 22.08.2011 11:01, schrieb Jacek Caban: > On 08/19/11 22:10, André Hentschel wrote: >> Am 18.08.2011 22:50, schrieb Juan Lang: Is the ProxyServer specified as an URL? If yes then use the proper API to dissect the URL instead of cobbling something together. >>> Just to follow up in this

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-22 Thread Jacek Caban
On 08/19/11 22:10, André Hentschel wrote: Am 18.08.2011 22:50, schrieb Juan Lang: Is the ProxyServer specified as an URL? If yes then use the proper API to dissect the URL instead of cobbling something together. Just to follow up in this idea, you could use InternetCrackUrl. mshtml delay loads

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-19 Thread Juan Lang
> just sent a patch doing that. Looks good to me, thanks! --Juan

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-19 Thread André Hentschel
Am 18.08.2011 22:50, schrieb Juan Lang: >> Is the ProxyServer specified as an URL? If yes then use the proper API >> to dissect the URL instead of cobbling something together. > > Just to follow up in this idea, you could use InternetCrackUrl. > mshtml delay loads wininet, but it also loads urlmon

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-18 Thread Juan Lang
> Is the ProxyServer specified as an URL? If yes then use the proper API > to dissect the URL instead of cobbling something together. Just to follow up in this idea, you could use InternetCrackUrl. mshtml delay loads wininet, but it also loads urlmon, which also loads wininet, so in effect wininet

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-17 Thread Michael Stefaniuc
On 08/17/2011 10:31 PM, André Hentschel wrote: > Am 17.08.2011 22:18, schrieb Juan Lang: >> Hi André, >> >>> http://domain\user:passw...@server.com:8080 makes it visible that it's >>> intended to get the last colon >> >> What about http://domain\user:passw...@server.com? password isn't the >> por

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-17 Thread André Hentschel
Am 17.08.2011 22:18, schrieb Juan Lang: > Hi André, > >> http://domain\user:passw...@server.com:8080 makes it visible that it's >> intended to get the last colon > > What about http://domain\user:passw...@server.com? password isn't the > port number. > --Juan in case password is not a number a

mshtml: Use the last colon in proxy url as port separator

2011-08-17 Thread Juan Lang
Hi André, > http://domain\user:passw...@server.com:8080 makes it visible that it's > intended to get the last colon What about http://domain\user:passw...@server.com? password isn't the port number. --Juan