You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by "l.Latouche" <ll...@mcii.fr> on 1998/12/24 11:13:57 UTC

apache-api/3582: bug in http_core.c

>Number:         3582
>Category:       apache-api
>Synopsis:       bug in http_core.c
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Dec 24 02:20:01 PST 1998
>Last-Modified:
>Originator:     llatouche@mcii.fr
>Organization:
apache
>Release:        1.3.3
>Environment:
IBM AIX 3.4 000009347600
>Description:
Module http_core.c line 1146. The comparaison don't work. We have the message </Directory> Expected  </Directory> but saw
>How-To-Repeat:

>Fix:
change the comparaison. For the moment I've in my source :
if (strstr(cmd->cmd->name, cmd->end_token) == NULL) ......
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]