Changeset 10 for trunk/zoo-kernel
- Timestamp:
- Sep 14, 2010, 8:34:38 PM (14 years ago)
- Location:
- trunk/zoo-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-kernel/zoo_loader.c
r9 r10 164 164 * one. 165 165 */ 166 if(strncasecmp(cgiRequestMethod,"post",4)==0 || count(tmpMap)==1){ 166 fprintf(stderr,"%i %i",tmpMap->value[0],'<'); 167 if(strncasecmp(cgiRequestMethod,"post",4)==0 || 168 (count(tmpMap)==1 && strncmp(tmpMap->value,"<",1)==0)){ 167 169 /** 168 170 * First include the MetaPath and the ServiceProvider default parameters -
trunk/zoo-kernel/zoo_service_loader.c
r9 r10 110 110 sprintf(tmp,"ZOO Kernel failed to process your request receiving signal %d = %s",sig,ssig); 111 111 errorException(NULL, tmp, "InternalError"); 112 #ifdef DEBUG 112 113 fprintf(stderr,"Not this time!\n"); 114 #endif 113 115 exit(0); 114 116 }
Note: See TracChangeset
for help on using the changeset viewer.