commons http client - kerberos token while negotiating has \r\n (carriage return line feed) characters
问题 I am trying to use jakarta commons http client. Doing kerberos authentication to communicate with a server. Authentication always fails. On digging deeper I found out that the kerberos token header has carriage return line feed characters in it which is the root cause of the issue. Why does it have \r\n characters and why is that an issue? 回答1: \r\n characters in the kerberos token is an issue because \r is an HTTP control characters. That essentially means that the server only sees first