This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes HttpClient detects a stale connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "HttpClient detects a stale connection " Watch "HttpClient detects a stale connection " New topic
Author

HttpClient detects a stale connection

Giora Shcherbakov
Greenhorn

Joined: Jun 29, 2011
Posts: 3
Hi All,

In this program that I am writing I use a http client for sending secured requests to a remote server.
I have no idea what implementation is on this server but I know from its logs that it recieves my requests.

Problem is that once in a while I see in the httpclient log file that the socket is stale. On the server logs I see a request rejected (authentication failed as no user/password sent) but immediately sent again with the needed credentials and the request is processed succesfully. (In my code I do NOT send the request twice if an error occurs so I believe this is the mechanism of httpclient)

My question is :

Who is the one making the connection stale ? Is it the client or the server and how can I control it ?

Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: HttpClient detects a stale connection
 
Similar Threads
response.setHeader not working
JNDI and socket problems
Multi-thread client-server / ObjectInputStream
Problem using apache HttpClient 3.1 to sent large requests
Frame shows result slowly in a jsp page.