Vadim Gritsenko pisze:
> On Mar 25, 2008, at 9:21 AM, Grzegorz Kossakowski wrote:
>>
>> 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.
> 
> IMHO Robin's scenario is not unique and ability to declare 'internal'
> servlets should be a standard feature of SSF.

Vadim, I agree that Robin's scenario is rather common but I don't think it's a 
reason to bloat SSF
with such specific feature that can be easily achieved using Spring AOP.

It's more about providing a good documentation.

-- 
Grzegorz

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

Reply via email to