Comment 6 for bug 646019

Revision history for this message
Jim Fulton (jim-zope) wrote : Re: [Bug 646019] Re: FileStorage error if user contains non-ascii characters

On Thu, Sep 23, 2010 at 10:51 AM, Stephan Richter
<email address hidden> wrote:
> On Thursday, September 23, 2010, Jim Fulton wrote:
>> I doubt it would be much smaller than:
>>
>>    t.setUser(u) -> t.setExtendedInfo('user', u)
>>
>> IIRC the publisher already uses extended info for the description/url.
>
> But wouldn't you have to potentially change code that depends on the user
> being set in the user field?

Sure. Is there any code like that? The only code I can think of
would be zope 2's undo mechanism and zope 2 doesn't use
zope.app.publisher.

Jim

--
Jim Fulton