Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.
This repository was archived by the owner on May 9, 2019. It is now read-only.

CcUserAuthenticator.authenticate() needs to catch org.apache.cxf.interceptor.Fault #4

Description

@stevebillings

ccsw.getInternalApiWrapper().getProxy().getUserApi()
.getUser(userToken);

sometimes throws org.apache.cxf.interceptor.Fault on a simple authentication failure, which is an UNchecked exception.

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.interceptor.Fault

Catch it, and return "authorization failed"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions