Re: [Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/src/zope/publisher/http.py Added back the setting of the principal string; but this time not via this

2005-04-21 Thread Stephan Richter
On Wednesday 20 April 2005 13:54, Chris Withers wrote: > > +        self.response.setHeader('x-zope-principal', message) > > Does this header make its way back the the browser? > > Should it? Yep. But James Knight (foom) and I have a better idea. We will extend the WSGI stuff by a 'logginginfo; d

[Zope3-dev] Re: [Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration/src/zope/publisher/http.py Added back the setting of the principal string; but this time not via this

2005-04-21 Thread Chris Withers
Stephan Richter wrote: +self.response.setHeader('x-zope-principal', message) Does this header make its way back the the browser? Should it? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ___