You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the remote endpoint responds 401 (HTTP_UNAUTHORIZED) or 407 (HTTP_PROXY_AUTH) the conduit should be able to get the auth token and retransmit the payload. See esp. org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream.authorizationRetransmit() and how it is called.
The text was updated successfully, but these errors were encountered:
When the remote endpoint responds 401 (HTTP_UNAUTHORIZED) or 407 (HTTP_PROXY_AUTH) the conduit should be able to get the auth token and retransmit the payload. See esp.
org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream.authorizationRetransmit()
and how it is called.The text was updated successfully, but these errors were encountered: