You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by alex-korobko <gi...@git.apache.org> on 2017/07/19 22:52:05 UTC

[GitHub] cxf pull request #294: The method logInputStream of the LoggingInInterceptor...

GitHub user alex-korobko opened a pull request:

    https://github.com/apache/cxf/pull/294

    The method logInputStream of the LoggingInInterceptor class passes te…

    …xt/plain content type to the writePayload method if the payload content was truncated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/alex-korobko/cxf CXF-7430

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/294.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #294
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf issue #294: [CXF-7430] The method logInputStream of the LoggingInInterce...

Posted by sberyozkin <gi...@git.apache.org>.
Github user sberyozkin commented on the issue:

    https://github.com/apache/cxf/pull/294
  
    Thanks, can you please rewrite the test code with the Java 7 in mind - CXF 3.1.x should compile with Java 7


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf issue #294: The method logInputStream of the LoggingInInterceptor class ...

Posted by alex-korobko <gi...@git.apache.org>.
Github user alex-korobko commented on the issue:

    https://github.com/apache/cxf/pull/294
  
    The method logInputStream of the LoggingInInterceptor class passes text/plain content type to the writePayload method if the payload content was truncated. It should avoid issues that happen in the writePayload method of the class AbstractLoggingInterceptor when the payload stream contains truncated data (and therefore invalid xml) and content type is set to text/xml. In that case the PrettyXmlStreamWriter fails to output the payload stream.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf pull request #294: [CXF-7430] The method logInputStream of the LoggingIn...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cxf/pull/294


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cxf issue #294: [CXF-7430] The method logInputStream of the LoggingInInterce...

Posted by alex-korobko <gi...@git.apache.org>.
Github user alex-korobko commented on the issue:

    https://github.com/apache/cxf/pull/294
  
    Rewrote the test code to comply Java 7 spec. Strangely enough, though, that the core project doesn't compile with default Java 7 language spec in Intellij Idea, it shows several type conversion errors in other files.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---