[Zope-CMF] Re: SVN: CMF/branches/1.5/C CMFSetup: added support for configuring cookie auth and mailhost tools

Florent Guillaume fg at nuxeo.com
Wed Sep 21 13:35:51 EDT 2005


Tres Seaver wrote:
> Log message for revision 38552:
> --- CMF/branches/1.5/CMFSetup/xml/ccExport.xml	2005-09-20 20:50:17 UTC (rev 38551)
> +++ CMF/branches/1.5/CMFSetup/xml/ccExport.xml	2005-09-21 09:48:47 UTC (rev 38552)
> @@ -0,0 +1,13 @@
> +<?xml version="1.0"?>
> +<cc xmlns:tal="http://xml.zope.org/namespaces/tal"
> +    tal:define="cc_info context/getCookieCrumblerInfo"
> +    tal:attributes="auth_cookie cc_info/auth_cookie;
> +                    name_cookie cc_info/name_cookie;
> +                    pw_cookie cc_info/pw_cookie;
> +                    persist_cookie cc_info/persist_cookie;
> +                    auto_login_page cc_info/auto_login_page;
> +                    logout_page cc_info/logout_page;
> +                    unauth_page cc_info/unauth_page;
> +                    local_cookie_path cc_info/local_cookie_path;
> +                    cache_header_value cc_info/cache_header_value;
> +                    log_username cc_info/log_username;" />

Eww. Can we have <cookiecrumbler> instead of <cc> as the element name please?

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com


More information about the Zope-CMF mailing list