rohan sharma created CXF-7153: --------------------------------- Summary: requestSecurityToken(String appliesTo) hangs with no response Key: CXF-7153 URL: https://issues.apache.org/jira/browse/CXF-7153 Project: CXF Issue Type: Bug Reporter: rohan sharma Fix For: 2.7.12
Hi, I am using STS Client to request security token from ADFS and calling method requestSecurityToken(String appliesTo) . This call hangs with no response, there is no visible error in log and there is no response. When i debug i can see that it is sending the request and then waiting for response in the method doReceiveResponse [Class HttpRequestExecutor] and internally it calls method readLine(Final CharArrayBuffer buffer) [Class LoggingSessionInputBuffer] and it hangs at code "this.in.readLine(buffer)". There is native code after this from where the code never returns. I could not find any issue with my request that i am sending. I print the request generated from stsClient in log and i am able to get response from the same request through SOAPUI from the same machine. I have also seen ADFS logs, the request is not reaching ADFS there is no event in ADFS when i send request through STSClient. Version - cxf-rt-ws-security-2.7.12 Do you know what is the problem here? Any solution to this or any way to track it? -- This message was sent by Atlassian JIRA (v6.3.4#6332)