Internal method - remove unthrown exception
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
772e352587
commit
552c58430c
|
@ -982,7 +982,7 @@ final class NTLMEngineImpl implements NTLMEngine {
|
|||
protected byte[] domainBytes;
|
||||
|
||||
/** Constructor. Include the arguments the message will need */
|
||||
Type1Message(final String domain, final String host) throws NTLMEngineException {
|
||||
Type1Message(final String domain, final String host) {
|
||||
super();
|
||||
// Strip off domain name from the host!
|
||||
final String unqualifiedHost = convertHost(host);
|
||||
|
|
Loading…
Reference in New Issue