When trying to "save" to SqueakSource, I get the following error: 'HTTP/1.1 302 Found Date: Mon, 23 Apr 2007 05:08:59 GMT Server: Apache/1.3.33 (Darwin) mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.4.1 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://www.squeaksource.com/AdvancedProgramming/ImageFixes-apb.1.mcz">here</A>.<P> <HR> <ADDRESS>Apache/1.3.33 Server at squeaksource.com Port 80</ADDRESS> </BODY></HTML> ' The location looks right; I can browse the repository at that location just fine. The url in the "the document has moved ... " message is indeed the one that I'm trying to write to, but it doesn't get created. What am I doing wrong? I used to be able to write there... The next day, everything worked fine. Andrew P. Black Department of Computer Science Portland State University +1 503 725 2411 |
Likely, you’ve done nothing wrong. I’m not sure I understand the nature of what isn’t working, but yesterday the squeaksource.com domain was transferred from it’s old host at 007names.com to GoDaddy.com. So, don’t figure you are doing anything wrong until the transfer induced wonkiness has been ruled out as a possible factor. Cheers, Chris Cunnington On 4/24/07 11:33 AM, "Andrew P. Black" <[hidden email]> wrote: When trying to "save" to SqueakSource, I get the following error: |
In reply to this post by Prof. Andrew P. Black
http://lists.squeakfoundation.org/pipermail/squeak-dev/2007-April/115997.html
2007/4/24, Andrew P. Black <[hidden email]>: > > When trying to "save" to SqueakSource, I get the following error: > > 'HTTP/1.1 302 Found > Date: Mon, 23 Apr 2007 05:08:59 GMT > Server: Apache/1.3.33 (Darwin) mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/0.9.7i > PHP/4.4.1 > Location: > http://www.squeaksource.com/AdvancedProgramming/ImageFixes-apb.1.mcz > 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://www.squeaksource.com/AdvancedProgramming/ImageFixes-apb.1.mcz">here</A>.<P> > <HR> > <ADDRESS>Apache/1.3.33 Server at squeaksource.com Port 80</ADDRESS> > </BODY></HTML> > ' > > The location looks right; I can browse the repository at that location just > fine. The url in the "the document has moved ... " message is indeed the > one that I'm trying to write to, but it doesn't get created. > > What am I doing wrong? I used to be able to write there... > > The next day, everything worked fine. > > > > Andrew P. Black > Department of Computer Science > Portland State University > +1 503 725 2411 > > > > > > > |
Does that mean that squeaksource is fine but the HTTP upload code is
bad, because it does not handle a 302 redirect correctly? - Bert - On Apr 24, 2007, at 20:33 , Philippe Marschall wrote: > http://lists.squeakfoundation.org/pipermail/squeak-dev/2007-April/ > 115997.html > > 2007/4/24, Andrew P. Black <[hidden email]>: >> >> When trying to "save" to SqueakSource, I get the following error: >> >> 'HTTP/1.1 302 Found >> Date: Mon, 23 Apr 2007 05:08:59 GMT >> Server: Apache/1.3.33 (Darwin) mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/ >> 0.9.7i >> PHP/4.4.1 >> Location: >> http://www.squeaksource.com/AdvancedProgramming/ImageFixes-apb.1.mcz >> 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://www.squeaksource.com/AdvancedProgramming/ImageFixes- >> apb.1.mcz">here</A>.<P> >> <HR> >> <ADDRESS>Apache/1.3.33 Server at squeaksource.com Port 80</ADDRESS> >> </BODY></HTML> >> ' >> >> The location looks right; I can browse the repository at that >> location just >> fine. The url in the "the document has moved ... " message is >> indeed the >> one that I'm trying to write to, but it doesn't get created. >> >> What am I doing wrong? I used to be able to write there... >> >> The next day, everything worked fine. >> >> >> >> Andrew P. Black >> Department of Computer Science >> Portland State University >> +1 503 725 2411 |
SqS works fine for me right now *toches wood* but I have www in all my
SqS repository urls. Philippe 2007/4/24, Bert Freudenberg <[hidden email]>: > Does that mean that squeaksource is fine but the HTTP upload code is > bad, because it does not handle a 302 redirect correctly? > > - Bert - > > On Apr 24, 2007, at 20:33 , Philippe Marschall wrote: > > > http://lists.squeakfoundation.org/pipermail/squeak-dev/2007-April/ > > 115997.html > > > > 2007/4/24, Andrew P. Black <[hidden email]>: > >> > >> When trying to "save" to SqueakSource, I get the following error: > >> > >> 'HTTP/1.1 302 Found > >> Date: Mon, 23 Apr 2007 05:08:59 GMT > >> Server: Apache/1.3.33 (Darwin) mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/ > >> 0.9.7i > >> PHP/4.4.1 > >> Location: > >> http://www.squeaksource.com/AdvancedProgramming/ImageFixes-apb.1.mcz > >> 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://www.squeaksource.com/AdvancedProgramming/ImageFixes- > >> apb.1.mcz">here</A>.<P> > >> <HR> > >> <ADDRESS>Apache/1.3.33 Server at squeaksource.com Port 80</ADDRESS> > >> </BODY></HTML> > >> ' > >> > >> The location looks right; I can browse the repository at that > >> location just > >> fine. The url in the "the document has moved ... " message is > >> indeed the > >> one that I'm trying to write to, but it doesn't get created. > >> > >> What am I doing wrong? I used to be able to write there... > >> > >> The next day, everything worked fine. > >> > >> > >> > >> Andrew P. Black > >> Department of Computer Science > >> Portland State University > >> +1 503 725 2411 > > > > > > |
Free forum by Nabble | Edit this page |