Mailing List Archive

svn commit: r512055 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
Author: stas
Date: Mon Feb 26 14:53:09 2007
New Revision: 512055

URL: http://svn.apache.org/viewvc?view=rev&rev=512055
Log:
fix the redirection codes in http-1.0
Submitted by Jonathan Vanasco <modperl-list@2xlp.com>

Modified:
perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod?view=diff&rev=512055&r1=512054&r2=512055
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod Mon Feb 26 14:53:09 2007
@@ -1851,9 +1851,9 @@

Redirection 3xx:

- 300 HTTP_MOVED_PERMANENTLY Multiple Choices
- 301 HTTP_MOVED_TEMPORARILY Moved Permanently
- 302 HTTP_SEE_OTHER Moved Temporarily
+ 301 HTTP_MOVED_PERMANENTLY Multiple Choices
+ 302 HTTP_MOVED_TEMPORARILY Moved Permanently
+ 303 HTTP_SEE_OTHER Moved Temporarily
304 HTTP_NOT_MODIFIED Not Modified

=item *



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org