You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by Oliver Graf <og...@rz-online.net> on 2004/02/25 19:28:12 UTC

Bug in resolve_object of mod_python 2.7.10

Hi!

Some weeks ago I reported a bug in the resolve_object method of
mod_python.apache. It hinders the use of dotted object references in
Handler definitions like:

  PythonHandler some.module::someclass.method

Without the fix mod_python fails to find 'method' below 'someclass'.

The fix has been included into mod_python 3.1.3, but is not in the
2.7.X branch. Please include the fix in the next release of 2.7.X,
too.

Regards,
  Oliver.


Re: [mod_python] Bug in resolve_object of mod_python 2.7.10

Posted by Oliver Graf <og...@rz-online.net>.
On Wed, Feb 25, 2004 at 07:28:12PM +0100, Oliver Graf wrote:
> Some weeks ago I reported a bug in the resolve_object method of
> mod_python.apache. It hinders the use of dotted object references in
> Handler definitions like:
> 
>   PythonHandler some.module::someclass.method
> 
> Without the fix mod_python fails to find 'method' below 'someclass'.
> 
> The fix has been included into mod_python 3.1.3, but is not in the
> 2.7.X branch. Please include the fix in the next release of 2.7.X,
> too.

To make it a bit simpler, here is a diff for this. Please apply to the
2.7 branch.

Oliver.