On Mar 15, 2010, at 2:42 PM, Yury Luneff wrote:
Yury,
I think that something is catching the exceptions and not rendering
anything. Do you have any custom filters? My understanding is that
this anti-pattern will break exception reporting in a filter:
try {
return handler.service(reque
> On Mar 15, 2010, at 2:10 PM, Yury Luneff wrote:
>>> Hi,
>>
>>> Have you overrided the ExceptionReport or even
>>> ExceptionRequestHandler ?
>>
>>> Regards,
>>> Christophe Cordenier.
>>
>> in security module from tapestry5.localhost.nu ()there is:
>> @InjectService("SpringSecurityExceptionFilt
On Mar 15, 2010, at 2:10 PM, Yury Luneff wrote:
Hi,
Have you overrided the ExceptionReport or even
ExceptionRequestHandler ?
Regards,
Christophe Cordenier.
in security module from tapestry5.localhost.nu ()there is:
@InjectService("SpringSecurityExceptionFilter")
final Spring
> Perhaps you have injected a service before the exception handler/filter?
> --
> Robert Hailey
i guess, i have solved the issue ;)
the problem was in custom logic i've added to stock timingFilter!
So I am happy again, thanks to everyone! :-D
-
> Hi,
> Have you overrided the ExceptionReport or even ExceptionRequestHandler ?
> Regards,
> Christophe Cordenier.
in security module from tapestry5.localhost.nu ()there is:
@InjectService("SpringSecurityExceptionFilter")
final SpringSecurityExceptionTranslationFilter
springSecurit
Perhaps you have injected a service before the exception handler/filter?
--
Robert Hailey
On Mar 15, 2010, at 11:17 AM, Yury Luneff wrote:
I have already raised this question some time ago, but we still did
not overcome our situation.
It is frequent in our project that when a exception page
Hi,
Have you overrided the ExceptionReport or even ExceptionRequestHandler ?
Regards,
Christophe Cordenier.
2010/3/15 Yury Luneff
> I have already raised this question some time ago, but we still did
> not overcome our situation.
>
> It is frequent in our project that when a exception page sho
I have already raised this question some time ago, but we still did
not overcome our situation.
It is frequent in our project that when a exception page should be
shown, we have completely null response (no data at all). And often
even no log messages in log4j with stacktrace.
At a glance, I'v