Report not found properly for special case favicon.ico
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:44:06 +0000 (13:44 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:44:06 +0000 (13:44 +0000)
org.glite.lb.server/src/lb_proto.c

index 4ceccc1..9cd46aa 100644 (file)
@@ -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"