question re: HTTP 500 in MSIE
Classification: UNCLASSIFIED Hello, First off, I know this is in the collector, number 382, but I'm wondering what others' experience is. I was using 2.5.1 and had a site using exUserFolder for authentication (pgAuth), and had no problems in Internet Explorer, even with IE option to 'Show friendly error messages'. As soon as I tried to migrate my site to Zope 2.6.1b2, I started getting the IE error message 500. The submitter of issue # 382 says the bug was seen in 2.4, so I'm wondering why no bug in 2.5.1 but now it's buggy in 2.6.1? Diffing HTTPResponse.py doesn't show anything that looks significant to me. I don't really like the option to edit HTTPResponse.py to return '200' instead of '500', but are others running into this and solving the problem this way? Thanks, Rob Boyd
On Friday 07 February 2003 07:02, Boyd, Robert, CTR, OSD-PA&E wrote:
Classification: UNCLASSIFIED
Hello,
First off, I know this is in the collector, number 382, but I'm wondering what others' experience is. I was using 2.5.1 and had a site using exUserFolder for authentication (pgAuth), and had no problems in Internet Explorer, even with IE option to 'Show friendly error messages'. As soon as I tried to migrate my site to Zope 2.6.1b2, I started getting the IE error message 500. The submitter of issue # 382 says the bug was seen in 2.4, so I'm wondering why no bug in 2.5.1 but now it's buggy in 2.6.1? Diffing HTTPResponse.py doesn't show anything that looks significant to me.
I don't really like the option to edit HTTPResponse.py to return '200' instead of '500', but are others running into this and solving the problem this way?
i'm facing this too. there's no real workaround that i see apart from what' in the collector. currently, i'm checking for anonymous user and show the login page, else show the real stuff. a good solution appreciated :)
Thanks, Rob Boyd
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- http://www.kedai.com.my/ http://www.kedai.com.my/eZine http://www.zope.org/Members/kedai http://www.my-zope.org Am I Evil?
participants (2)
-
Bakhtiar A Hamid -
Boyd, Robert, CTR, OSD-PA&E