From: Zdeněk Šustr Date: Thu, 23 Feb 2012 13:44:06 +0000 (+0000) Subject: Report not found properly for special case favicon.ico X-Git-Tag: gridsite-core_R_1_7_17~39 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=fe10a48cd85e3a91aaabe54e43a44cc6093001a6;p=jra1mw.git Report not found properly for special case favicon.ico --- diff --git a/org.glite.lb.server/src/lb_proto.c b/org.glite.lb.server/src/lb_proto.c index 4ceccc1..9cd46aa 100644 --- a/org.glite.lb.server/src/lb_proto.c +++ b/org.glite.lb.server/src/lb_proto.c @@ -889,6 +889,7 @@ edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx, } } else if (!strcmp(requestMeat, "/favicon.ico")) { message=NULL; + ret = HTTP_NOTFOUND; /*GET /?wsdl */ #define WSDL_LB "LB.wsdl" #define WSDL_LBTYPES "LBTypes.wsdl"