durusmail: quixote-users: ANN: Quixote 0.6b4 release
ANN: Quixote 0.6b4 release
2003-03-13
2003-03-13
2003-03-14
quick 0.6beta5 release
2003-03-14
0.6beta5: small problem with form_demo
2003-03-14
2003-03-14
2003-03-17
2003-03-17
Bud P. Bruegger (2 parts)
2003-03-17
ANN: Quixote 0.6b4 release
Greg Ward
2003-03-13
On 13 March 2003, Andrew Kuchling said:
>   * If _q_index doesn't exist in a namespace, an AccessError will be
>     raised, getting turned into an HTTP 403 Forbidden error to the
>     client.

This should be clarified:

    * If Quixote looks for _q_index() in a namespace and doesn't find
      it, it raises AccessError (resulting in an HTTP 403 Forbidden
      error) rather than failing with an ImportError.

It's important to note that you can use URLs that skip right past the
index-less namespace without problems.  Eg. if you don't want to have an
index page for all users, "/user/" would raise AccessError, but
"/user/bob" and "/user/joe" would still work.

I'll check this rewording into CHANGES.txt now.

        Greg

reply