AW: Zurgle Package and redirecting

Torsten.Bergmann at phaidros.com Torsten.Bergmann at phaidros.com
Wed Oct 22 11:06:07 UTC 2003


When I evaluate the following in an updated 3.7 alpha

SMSqueakMap default 
	installPackageWithId: '178bd01c-f698-41ab-9c73-d9278c65c241';
"Balloon3D"
	installPackageWithId: 'af3f9de2-2ad8-47ad-bf6a-55e928b62127'.
"Zurgle"

it stops in my image for the "Zurgle project" when I click on "retry" for
the lookup. 

It tries to open "http://home.comcast.net~zurgle/zurgle34.sar" instead of
http://home.comcast.net/~zurgle/zurgle34.sar, so it looks like the server
is redirecting to the wrong URL:

The HTTP Header that is send looks correct:
-------------------------------------
'GET /~zurgle/zurgle34.sar HTTP/1.0
ACCEPT: application/octet-stream
ACCEPT: text/html
User-Agent: Squeak3.7alpha-5497
Host: home.attbi.com:80'
-------------------------------------


The server response is 

--------------------------------------------------------------------------
#('HTTP/1.1 302 Found
Date: Wed, 22 Oct 2003 10:59:13 GMT
Server: Apache/1.3.27 (Unix) mod_perl/1.27 mod_ssl/2.8.12 OpenSSL/0.9.7a
Location: http://home.comcast.net~zurgle/zurgle34.sar
Connection: close
Content-Type: text/html; charset=iso-8859-1' '

' '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A
HREF="http://home.comcast.net~zurgle/zurgle34.sar">here</A>.<P>
<HR>
<ADDRESS>Apache/1.3.27 Server at home.attbi.com Port 80</ADDRESS>
</BODY></HTML>
')
--------------------------------------------------------------------------

So the Server is definitely redirecting to the wrong URL.
Is it possible to register the package on another server?

Thx
Torsten


-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug.log
Type: application/octet-stream
Size: 3953 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031022/69b77d97/SqueakDebug.obj


More information about the Squeak-dev mailing list