PR: 7617
Submitted by: Barrie Slaymaker <barries@slaysys.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89091
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.18-dev
+ *) Clean up the reporting of incorrect closing container tags.
+ [Barrie Slaymaker <barries@slaysys.com>]
+
*) Simplify the configure process by moving all libtool stuff to APR
and moving hints.m4 inline. [Roy Fielding]
return NULL;
}
+ if ( cmd_name[1] != '/' ) {
+ char *lastc = cmd_name + strlen(cmd_name) - 1;
+ if (*lastc == '>') {
+ *lastc = '\0' ;
+ }
+ }
+
newdir = apr_pcalloc(p, sizeof(ap_directive_t));
newdir->filename = parms->config_file->name;
newdir->line_num = parms->config_file->line_number;