Error HTTP 500 using XUF in 2.6.0
Hi all, I'm trying to use exUserFolder in Zope 2.6.0 without success. Every time I authentificate incorrectly my browser (IE 6.0) raises a HTTP 500 error and if I authentificate correctly it works well. Using the same objects in 2.5.1 it works as expected (in my example it redirects me to the login screen). Anybody knows the reason for this behaviour (HTTP 500 error)? Here is the example: This is the docLogin in my XUF ------------------------------------------------------------------- <dtml-if authFailedCode> <dtml-call "RESPONSE.redirect(URL1 + '/auth_failed/index_html')"> <dtml-else> The HTML of the login page goes here </dtml-if> ------------------------------------------------------------------- Thanks, Axier Garcia
On Thursday 07 November 2002 02:10, Axier García Asenjo wrote:
Hi all,
I'm trying to use exUserFolder in Zope 2.6.0 without success. Every time I authentificate incorrectly my browser (IE 6.0) raises a HTTP 500 error and if I authentificate correctly it works well.
not sure whether we have the same problem or not, but: i had to disable ie "friendly http error" to get the login form
Using the same objects in 2.5.1 it works as expected (in my example it redirects me to the login screen).
Anybody knows the reason for this behaviour (HTTP 500 error)?
Here is the example:
This is the docLogin in my XUF -------------------------------------------------------------------
<dtml-if authFailedCode> <dtml-call "RESPONSE.redirect(URL1 + '/auth_failed/index_html')"> <dtml-else> The HTML of the login page goes here </dtml-if>
-------------------------------------------------------------------
Thanks,
Axier Garcia
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.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 If you SMELLLL...
participants (2)
-
Axier García Asenjo -
Bakhtiar A Hamid