23 May
2003
23 May
'03
6:11 p.m.
Jean Jordaan wrote at 2003-5-23 15:05 +0200:
... It turns out that a call in my method was accessing an object for which the user doesn't have rights, but Zope showed no trace of this.
It raises an "Unauthorized" exception in this case which is turned into a 401 (unauthorized) HTTP response. The browser descides to treat this type of response in a special way (as required by the HTTP spec). Dieter