Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The BasicAuthSecurityHandler will attempt to access the resource without security information first. If the request is successful, then the BasicAuthSecurityHandler is like a no-op. However, if it receives a 401, then the username and password will be added to the request, and the request will be sent again.

See the source code for more information on configuration.

Gzip Input Stream Adapter

...