git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7994200
)
Report not found properly for special case favicon.ico
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:44:06 +0000
(13:44 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 23 Feb 2012 13:44:06 +0000
(13:44 +0000)
org.glite.lb.server/src/lb_proto.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_proto.c
b/org.glite.lb.server/src/lb_proto.c
index
4ceccc1
..
9cd46aa
100644
(file)
--- 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"