[BUG] http proxies fix fix fix

Michael Rueger m.rueger at acm.org
Thu Oct 5 15:16:35 UTC 2000



> Reason: HTTPSocket class>>httpGetDocument:args:accept:request: changed in
> update 2748.  Instead of full GETs
> 
>    GET http://www.squeak.org/index.html HTTP/1.0
> 
> it only asks for
> 
>    GET /index.html HTTP/1.0
> 
> Hotfix: In said method, replace the first send of #fullPath by
> #toText.  "Fixed" method is also attached.

Hmm, I'm the one responsible for this. 
I missed the distinction between the URL passed directly (which should
only be the path part, although some servers tolerate a complete URL)
and the one passed to the proxy.

Attached is a fix fix for this, can someone with access to a proxy
please try this?
Please also test
http://minnow.cc.gatech.edu/squeak/1
as that one was not tolerating the full url in direct access (I can't
connect though right now).

Michael


-- 
 "To improve is to change, to be perfect is to change often." 
                                            Winston Churchill
+------------------------------------------------------------+
| Michael Rueger    m.rueger at acm.org      ++1 (310) 937 7196 |
+------------------------------------------------------------+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HTTPSocket class-httpGet.zip
Type: application/x-zip-compressed
Size: 1422 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20001005/b62c33ce/HTTPSocketclass-httpGet.bin


More information about the Squeak-dev mailing list