Robin Wyles pisze:
> Hi,
> 
> I have a servlet (eXist db) configured as a block using
> blockServlet.xml, this works well - my other blocks are able to perform
> DB operations using eXist's REST API through servlet services. But, is
> there a way I can make my eXist block 'private', i.e. only available via
> servlet services and not mounted to any publicly available path?

What about creating Spring AOP's advice on service() method? You could check 
there type of Request
object and if it's non-SSF instance then you could return HTTP 405 (Method Not 
Allowed) status code
as response.

-- 
Grzegorz

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

Reply via email to