You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Adam Elman <el...@stanford.edu> on 1998/11/06 01:38:45 UTC

general/3349: spurious "handler xxx not found" messages

>Number:         3349
>Category:       general
>Synopsis:       spurious "handler xxx not found" messages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Nov  5 16:40:01 PST 1998
>Last-Modified:
>Originator:     elmanad@stanford.edu
>Organization:
apache
>Release:        1.3.3
>Environment:
SunOS 5.6 Generic_105181-05 sun4u sparc SUNW,Ultra-4

>Description:
Follow-up to #2751 -- I have the same problem using Apache JServ (0.9.11) with Apache 1.3.3

The config settings are:
AddHandler dtl-servlet .dtl
Action dtl-servlet /cgi/dtl

The error messages are:
[Thu Nov  5 16:08:02 1998] [warn] [client 144.92.125.148] handler "dtl-servlet" not found for: /highwire/journals/jbc/html/help/errors/unavailable.dtl

The file actually comes up fine; the error message is spurious.

>How-To-Repeat:

>Fix:
We temporarily fixed this by removing the following code (http_config.c, line 512)

<     if (result == NOT_IMPLEMENTED && r->handler) {
<         ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_WARNING, r,
<             "handler \"%s\" not found for: %s", r->handler, r->filename);
<     }

Presumably this code is there for a reason, of course...
>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!         ]