[Zope3-dev] quoting cookies

Shane Hathaway shane@zope.com
Thu, 20 Feb 2003 10:41:14 -0500


Tres Seaver wrote:
>    class IHTTPCookieQuoter(Interface):
>       def quoteCookie(mapping):
>           """ mapping->string.
> 
>           o Applies appropriate quoting.
>           """
> 
> Then, in ZCML:
> 
>    <utility component=".utilities.cookie_quoter"
>          provides=".IHTTPCookieConverter"
>          />
> 
> People who want to change the policy then do it via configuration,
> rather than code.

Is there any reason people would want to change the policy?

Shane