You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by jkoorts <jk...@gmail.com> on 2017/03/09 05:22:35 UTC

Incorrect doc at LoggingFeature

/**
     * This function has no effect at this time.
     * @param lim
     */
    public void setLimit(int lim) {
        limit = lim;
    }
    

This is not true. It has an effect. I set my limit to Integer.Max and now
are able to see the complete payload. Also looking at the source code its
clear that it has an effect.



--
View this message in context: http://cxf.547215.n5.nabble.com/Incorrect-doc-at-LoggingFeature-tp5777882.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Incorrect doc at LoggingFeature

Posted by Sergey Beryozkin <sb...@gmail.com>.
I updated it

Thanks Sergey
On 09/03/17 05:22, jkoorts wrote:
> /**
>      * This function has no effect at this time.
>      * @param lim
>      */
>     public void setLimit(int lim) {
>         limit = lim;
>     }
>
>
> This is not true. It has an effect. I set my limit to Integer.Max and now
> are able to see the complete payload. Also looking at the source code its
> clear that it has an effect.
>
>
>
> --
> View this message in context: http://cxf.547215.n5.nabble.com/Incorrect-doc-at-LoggingFeature-tp5777882.html
> Sent from the cxf-dev mailing list archive at Nabble.com.
>