QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

FullAjaxExceptionHandler is not ignoring AbortProcessingException #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The spec says that the purpose of AbortProcessingException is finish the 
actionlistener processing, actually FullAjaxExceptionHandler is not ignoring 
that exception, in my test I'm throwing that exception and the error page is 
showed, behavior should be as if I never executed the action. 

The default implementation (Mojarra and MyFaces) adds this type of exceptions 
to the handled list ignoring subsequent events.

Original issue reported on code.google.com by SaW...@gmail.com on 7 Feb 2013 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by balusc on 7 Feb 2013 at 10:07

GoogleCodeExporter commented 9 years ago
Fixed: 
http://code.google.com/p/omnifaces/source/detail?r=95a5be5c6022701bc0193f64cf1b0
4d83f646e46

In the meanwhile during testing, found potential character encoding issue, also 
fixed that.

The attached snapshot contains the changes.

Original comment by balusc on 7 Feb 2013 at 10:13

Attachments:

GoogleCodeExporter commented 9 years ago
Now is working without any problem... Thanks...

Original comment by SaW...@gmail.com on 13 Feb 2013 at 3:21