You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Krisztian Kurucz (Jira)" <ji...@apache.org> on 2019/09/21 06:29:00 UTC

[jira] [Created] (CXF-8120) AX-RS 2.1 SSE client: forbidden response without WebApplicationException

Krisztian Kurucz created CXF-8120:
-------------------------------------

             Summary: AX-RS 2.1 SSE client: forbidden response without WebApplicationException
                 Key: CXF-8120
                 URL: https://issues.apache.org/jira/browse/CXF-8120
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.3.3
            Reporter: Krisztian Kurucz


SSE client is trying to process the events even if the response was not OK (200).

E.g.: when response status code is 403
{quote}4.5.2 Client Runtime
[...] Note that the client runtime will only throw an instance of WebApplicationException (or any of its subclasses) as a result of a response from the server with status codes 3xx, 4xx or 5xx.
{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)