Is there a typo in the LoggingInInterceptor(String,String) constructor?
It seems to inaccurately call super(id, id) instead of super(id, phase).
I'm looking at r1058274 which appears to be the latest:

 

http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/
cxf/interceptor/LoggingInInterceptor.java?revision=1058274&view=markup

 

It seems accidental, given the invocations on lines 55 and 64 which
wouldn't make much sense if it were deliberate.

- Aaron

Reply via email to