Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31441/docs
Modified Files:
NEWS
Log Message:
When the user requests a non-existant resource, we should return a 404, not 200.
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NEWS 20 Nov 2004 14:09:09 -0000 1.4
+++ NEWS 21 Nov 2004 03:20:01 -0000 1.5
@@ -3,6 +3,10 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * When a document does not exist and Serendipity has no idea how
+ to create it, a 404 (not found) is sent instead of a 200 (OK)
+ (tadpole9)
+
* serendipity_config_local.inc.php can now contain user-defined
variables, which are not overwritten when changing Configuration.
(garvinhicking)
|