[SqueakLand Bug?]

Stephane Ducasse ducasse at iam.unibe.ch
Sun Jun 15 07:24:57 UTC 2003


Oops

I took a normal image 5180 then using the navigator flap I click on 
Find.
Then on the list of proposed site I click on Squeaklan-uploads
and I got an error.

in ...
HTTPClient getDirectoryListing: self dirListUrl

where self dirListUrl =>
'http://www.squeakalpha.org/uploads/'


I noticed that another item in the list also provokes an error

in SqueakDotOrg

dirListUrl
	| listURL |
	listURL _ self altUrl.
	listURL last ~= $/
		ifTrue: [listURL _ listURL , '/'].
	^ listURL


self altUrl -> nil




On Sunday, June 15, 2003, at 01:33 AM, Michael Rueger wrote:

> Stephane Ducasse wrote:
>> Hi
>> when I click on the Squeakland-uploads using the find button of the 
>> navigator
>> I get an error.
>
> Could you be a little more specific? ;-)
> Squeak or Squeakland image?
>
> Michael
>
>



More information about the Squeak-dev mailing list