svn commit: r1392092 - /cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/WebApplicationExceptionMapper.java

2012-09-30 Thread sergeyb
Author: sergeyb Date: Sun Sep 30 18:29:43 2012 New Revision: 1392092 URL: http://svn.apache.org/viewvc?rev=1392092&view=rev Log: [CXF-4528] Making simpler to customize the error message and optionally including it with Responses Modified: cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache

svn commit: r1392082 - /cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/WebApplicationExceptionMapper.java

2012-09-30 Thread sergeyb
Author: sergeyb Date: Sun Sep 30 17:32:32 2012 New Revision: 1392082 URL: http://svn.apache.org/viewvc?rev=1392082&view=rev Log: [CXF-4528] More updates to the mapper, if fault listener has handled the exception - do not log, otherwise do log either at warning (default) or fine level Modified:

svn commit: r1392027 - /cxf/trunk/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/WebApplicationExceptionMapper.java

2012-09-30 Thread bimargulies
Author: bimargulies Date: Sun Sep 30 14:08:02 2012 New Revision: 1392027 URL: http://svn.apache.org/viewvc?rev=1392027&view=rev Log: CXF-4528: change the logging severity in WebApplicationExceptionMapper when the app has a FaultListener that actually asked for logging. Modified: cxf/trunk/r