You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/10/20 15:35:53 UTC

[Bug 58509] New: 2.4.17-dev introduces second core.c handler at start of handlers hook list

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: bugs@httpd.apache.org
          Reporter: dave@alfar.co.uk

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 58509] 2.4.17-dev introduces second core.c handler at start of handlers hook list

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58509

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #2 from Eric Covener <co...@gmail.com> ---
Thanks for the report.

I don't think there's a good place to capture this (for others to find it)
other than here in this bug report. 

Closing with a somewhat bogus value so it doesn't show as an open issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 58509] 2.4.17-dev introduces second core.c handler at start of handlers hook list

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58509

Dave <da...@alfar.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33188|0                           |1
        is obsolete|                            |

--- Comment #1 from Dave <da...@alfar.co.uk> ---
Created attachment 33189
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33189&action=edit
Example workaround for module

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org