Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7747/runtime

Modified Files:
      Tag: M5XQ
        xrpc_common.mx 
Log Message:
propagated changes of Wednesday Jul 22 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/22 - sjoerd: runtime/xrpc_common.mx,1.13
propagated changes of Tuesday Jul 21 2009 - Wednesday Jul 22 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/21 - yingying: runtime/xrpc_common.mx,1.12.4.1
Return correct HTTP status code for 'Bad Request', i.e., 400, i.s.o. 404
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U xrpc_common.mx
Index: xrpc_common.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_common.mx,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- xrpc_common.mx      13 Apr 2009 23:40:10 -0000      1.12
+++ xrpc_common.mx      22 Jul 2009 07:45:48 -0000      1.12.2.1
@@ -39,8 +39,9 @@
 #define XRPC_WSAT_CALLBACK "/xrpc/wsat"
 #define XRPC_REQ_CALLBACK  "/xrpc"
 
+#define ERR400 "400 Bad Request"
 #define ERR403 "403 Forbidden"
-#define ERR404 "404 Bad Request"
+#define ERR404 "404 Not Found"
 #define ERR408 "408 Request Timeout"
 #define ERR500 "500 Internal Server Error"
 #define ERR504 "504 Gateway Timeout"


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to