https://bz.apache.org/bugzilla/show_bug.cgi?id=58509
Bug ID: 58509
Summary: 2.4.17-dev introduces second core.c handler at start
of handlers hook list
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33188
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33188&action=edit
Example workaround for module
Prior to 2.4.17-dev, it was possible to hook just prior to the default handler
in the handlers list by hooking APR_HOOK_REALLY_LAST and specifying "core.c" as
a successor.
However, 2.4.17-dev has introduced a second "core.c" handler at the start of
the handlers list for protocol handling. This breaks existing behaviour.
The workaround is to hook "almost last", however this is imprecise as other
modules (eg mod_dialup) may specify the same precendence.
Suggest this change is documented for module authors?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]