Author: hannes
Date: Wed May 31 02:14:41 2006
New Revision: 10764
Modified:
trunk/libraries/koala/sources/koala/response.dylan
Log:
Job: minor
log request-method in uppercase, most analyzing tools want this
Modified: trunk/libraries/koala/sources/koala/response.dylan
==============================================================================
--- trunk/libraries/koala/sources/koala/response.dylan (original)
+++ trunk/libraries/koala/sources/koala/response.dylan Wed May 31 02:14:41 2006
@@ -209,7 +209,7 @@
// Log in Common Logfile Format
// (http://www.w3.org/Daemon/User/Config/Logging.html)
- let request = concatenate(as(<string>, request-method(req)), " ",
+ let request = concatenate(as-uppercase(as(<string>, request-method(req))),
" ",
request-url(req), " ",
as(<string>, request-version(req)));
let date = as-common-logfile-date(current-date());
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|