Re: [Resin-interest] difference between http request and forward()

2013-05-13 Thread Riccardo Cohen
Thanks a lot, I'll try that On 11/05/13 13:05, Olaf Krische wrote: An idea is to put an attribute INTERNAL (not as parameter) to the request when forwarding. The next one in the chain could read this attribute and decide to not executing the prevent direct/external access logic. Am

Re: [Resin-interest] difference between http request and forward()

2013-05-11 Thread Olaf Krische
An idea is to put an attribute INTERNAL (not as parameter) to the request when forwarding. The next one in the chain could read this attribute and decide to not executing the prevent direct/external access logic. Am 11.05.2013 10:23, schrieb Riccardo Cohen: Well I wanted something simple...

Re: [Resin-interest] difference between http request and forward()

2013-05-10 Thread Olaf Krische
Is writing your own filter no option, whose logic decides, what is external and what is internal? On 10.05.2013 13:35, Riccardo Cohen wrote: Is there any way to simply tell that path mapping should be applied only to external request and not to forward() calls ?