Increasing sub-negotiation message holder array size
----------------------------------------------------

                 Key: NET-416
                 URL: https://issues.apache.org/jira/browse/NET-416
             Project: Commons Net
          Issue Type: Improvement
          Components: Telnet
    Affects Versions: 3.0
         Environment: Linux
            Reporter: Abhijeet Gaikwad
             Fix For: 3.0.1


I am trying to achieve NTLM Authentication by extending the Telnet option 
handler. The challenge sent by the telnet server is greater than 256 bytes, but 
currently the __suboption[] array in TelnetInputStream supports only a 256 
bytes message. If I increase the size of the array to 512, I am able to achieve 
NTLM Authentication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to