Index: trunk/zoo-kernel/zoo_loader.c
===================================================================
--- trunk/zoo-kernel/zoo_loader.c	(revision 9)
+++ trunk/zoo-kernel/zoo_loader.c	(revision 10)
@@ -164,5 +164,7 @@
    * one.
    */
-  if(strncasecmp(cgiRequestMethod,"post",4)==0 || count(tmpMap)==1){
+  fprintf(stderr,"%i %i",tmpMap->value[0],'<');
+  if(strncasecmp(cgiRequestMethod,"post",4)==0 || 
+     (count(tmpMap)==1 && strncmp(tmpMap->value,"<",1)==0)){
     /**
      * First include the MetaPath and the ServiceProvider default parameters
Index: trunk/zoo-kernel/zoo_service_loader.c
===================================================================
--- trunk/zoo-kernel/zoo_service_loader.c	(revision 9)
+++ trunk/zoo-kernel/zoo_service_loader.c	(revision 10)
@@ -110,5 +110,7 @@
   sprintf(tmp,"ZOO Kernel failed to process your request receiving signal %d = %s",sig,ssig);
   errorException(NULL, tmp, "InternalError");
+#ifdef DEBUG
   fprintf(stderr,"Not this time!\n");
+#endif
   exit(0);
 }
