Did you try the resourceDirecotry ZCML directive?

<browser:resourceDirectory

name="js"

directory="resource/js"

layer=".interfaces.IBatonSkin"

/>

that way they don't need the authentication overhead.

On 7/8/08, andrew <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I've got a web application that uses pluggable authentication, but I
> don't want the overhead of authentication for public resources like CSS,
> javascript, images, etc. Is it possible to just disable authentication
> for a given resource ? I tried just setting the permission to zope.View,
> but that didn't seem to make any difference.
>
> Cheers, Andrew.
>
> _______________________________________________
> Zope3-users mailing list
> Zope3-users@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to