3 Apr 13:22
r11773 - trunk/libraries/network/koala/sources/koala
From: <andreas <at> gwydiondylan.org>
Subject: r11773 - trunk/libraries/network/koala/sources/koala
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 11:25:32 GMT
Subject: r11773 - trunk/libraries/network/koala/sources/koala
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 11:25:32 GMT
Author: andreas
Date: Thu Apr 3 13:25:31 2008
New Revision: 11773
Modified:
trunk/libraries/network/koala/sources/koala/errors.dylan
trunk/libraries/network/koala/sources/koala/library-unix.dylan
trunk/libraries/network/koala/sources/koala/urls.dylan
Log:
job: minor
Temporarily redirect.
Modified: trunk/libraries/network/koala/sources/koala/errors.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/errors.dylan (original)
+++ trunk/libraries/network/koala/sources/koala/errors.dylan Thu Apr 3 13:25:31 2008
@@ -136,6 +136,11 @@
"The requested document has moved permanently to %s",
location;
+define http-error moved-temporarily-redirect (<http-redirect-error>)
+ 302
+ "The document has moved temporarily to %s",
+ loction;
+
define http-error see-other-redirect (<http-redirect-error>)
303 "See Other";
Modified: trunk/libraries/network/koala/sources/koala/library-unix.dylan
(Continue reading)
RSS Feed