martin      97/10/21 14:41:26

  Modified:    src/main http_core.c
  Log:
  </Limit> expects NO_ARGS, not RAW_ARGS
  
  Revision  Changes    Path
  1.128     +1 -1      apachen/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apachen/src/main/http_core.c,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- http_core.c       1997/10/21 21:37:01     1.127
  +++ http_core.c       1997/10/21 21:41:24     1.128
  @@ -1488,7 +1488,7 @@
   { "<Files", filesection, NULL, OR_ALL, RAW_ARGS, "Container for directives 
affecting files matching specified patterns" },
   { "</Files>", end_filesection, NULL, OR_ALL, NO_ARGS, "Marks end of <Files>" 
},
   { "<Limit", limit_section, NULL, OR_ALL, RAW_ARGS, "Container for 
authentication directives when accessed using specified HTTP methods" },
  -{ "</Limit>", endlimit_section, NULL, OR_ALL, RAW_ARGS, "Marks end of 
<Limit>" },
  +{ "</Limit>", endlimit_section, NULL, OR_ALL, NO_ARGS, "Marks end of 
<Limit>" },
   { "<IfModule", start_ifmod, NULL, OR_ALL, RAW_ARGS, "Container for 
directives based on existance of specified modules" },
   { "</IfModule>", end_ifmod, NULL, OR_ALL, NO_ARGS, "Marks end of <IfModule>" 
},
   { "<DirectoryMatch", dirsection, (void*)1, RSRC_CONF, RAW_ARGS, "Container 
for directives affecting resources located in the specified directories" },
  
  
  

Reply via email to