[Zope] Mozilla 1.3 and Zope 2.5.1 manage not working nicely

Charles Y. Choi cchoi@sonicsinc.com
Wed, 19 Mar 2003 00:35:37 -0800


So here's an example of the unrendered code that shows up in a managed 
frame using Mozilla 1.3 and
Zope 2.5.1.

rc/lib/python/ZPublisher/HTTPResponse.py, line 533, in unauthorized 
Unauthorized: (see above) -->HTTP/1.1 401 Unauthorized Server: 
Zope/(Zope 2.5.1 (source release, python 2.1, linux2), python 2.1.3, 
linux2) ZServer/1.1b1 Date: Wed, 19 Mar 2003 08:33:22 GMT 
WWW-Authenticate: basic realm="Zope" Bobo-Exception-File: 
/home/sonnet/zope/Zope-2.5.1-src/lib/python/ZPublisher/HTTPResponse.py 
Bobo-Exception-Type: Unauthorized Content-Type: text/html 
Bobo-Exception-Value: bobo exception Etag: Content-Length: 1007 
Bobo-Exception-Line: 533 *You are not authorized to access this resource.*


This was in another frame:


, in traverse File 
/home/sonnet/zope/Zope-2.5.1-src/lib/python/ZPublisher/HTTPResponse.py, 
line 533, in unauthorized Unauthorized: (see above) -->
------------------------------------------------------------------------

Troubleshooting Suggestions

    * The URL may be incorrect.
    * The parameters passed to this resource may be incorrect.
    * A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the HTML 
source for this page.

If the error persists please contact the site maintainer. Thank you for 
your patience.

HTTP/1.1 200 OK Server: Zope/(Zope 2.5.1 (source release, python 2.1, 
linux2), python 2.1.3, linux2) ZServer/1.1b1 Date: Wed, 19 Mar 2003 
08:33:27 GMT Content-Type: text/html Etag: Content-Length: 7428


-Charles