How can I set permissions on files such that AxKit can access the
stylesheets, but they cannot be retrieved by direct requests?

That is, I have an XSLT file, which is associated with a source file
(actually, an XSP, but it doesn't matter) via an AxAddProcessor. I
don't want clients to access the stylesheet (for "hygienic" reasons),
but AxKit must be able to. If I set permissions (in the .htaccess
file) to 'deny from all', AxKit complains about 'sub-request
failed'. Obvious. If I set to 'deny from all;allow from localhost' it
works only when the _client_ is calling from localhost. Why does AxKit
performs sub-requests as the originating client? Is there a way around
this? (apart from re-writing StyleProvider...)

-- 

        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

Without love intelligence is dangerous;
without intelligence love is not enough.
                -- Ashley Montagu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to