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 "Graham Dumpleton (JIRA)" <ji...@apache.org> on 2006/11/19 05:26:37 UTC

[jira] Commented: (MODPYTHON-204) Implement urlobject to be returned by req.parsed_uri

    [ http://issues.apache.org/jira/browse/MODPYTHON-204?page=comments#action_12451103 ] 
            
Graham Dumpleton commented on MODPYTHON-204:
--------------------------------------------

When this is done, can expose Apache Runtime library methods:

  apr_uri_unparse()
  apr_uri_parse()

and possibly others. The Python equivalents would return or accept the urlobject.

See:

  srclib/apr-util/include/apr_uri.h

in Apache source for purpose of these functions and what others could be exposed for use in mod_python.

> Implement urlobject to be returned by req.parsed_uri
> ----------------------------------------------------
>
>                 Key: MODPYTHON-204
>                 URL: http://issues.apache.org/jira/browse/MODPYTHON-204
>             Project: mod_python
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.3
>            Reporter: Graham Dumpleton
>
> In mod_python 3.3, a finfoobject was introduced and returned when req.finfo was accessed. This provided backward compatibility so that tuple style access still worked, but prefered means of accessing data now is by attribute lookup.
> In a similar way, a urlobject needs to be introduced so that parts of parsed uri information are accessed by attribute lookup rather than tuple style access. For example:
>   req.parsed_uri.path
> instead of:
>   req.parsed_uri[apache.URI_PATH]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira