[BUG] with 3.6 network rewrite and firewall authentication changeset

Michael Rueger m.rueger at acm.org
Thu Jul 24 15:45:47 UTC 2003


On third look:
the bug is already present before this change set gets filed in, it's 
just that the initialize method never got called since the changes took 
place. I'll post a fix later.

Michael


Michael Rueger wrote:

> David Faught wrote:
> 
>> From: dave_faught at yahoo.com
>> To: squeak-dev at lists.squeakfoundation.org
>> Subject: [BUG]UndefinedObject(Object)>>error:
>>
>> With the network rewrite in 3.6, this happens during the filein of the
>> changeset that provided a userid and password for firewall
>> authentication in previous versions.  This changeset is referenced at
>> http://minnow.cc.gatech.edu/squeak/23 and in the Bug Fixes Archive as
>> item "[ENH] Add userid and password to HTTP firewall authentication"
> 
> 
> This change set needs to be adapted to the changes in the rewrite as 
> HTTPSocket initialize was changed relative to the version this change 
> set is based on. Thinking about it the changes to the method occurred 
> way before the rewrite.
> The bug your are seeing is that CrLf is not a constant in HTTPSocket 
> anymore. When you just fileIn the change set as it is, CrLf is 
> undeclared (just look at the Transcript while you are filing in) and 
> thus is nil.
> You need to send a message to String instead.
> 
> Michael
> 
> 
> 
> 




More information about the Squeak-dev mailing list