I work with jetspeed 1.5 and i must update htttpclient from version 1 to
version 2. 
I changed it and i only had problems with URLToDocHandler.java.
 
In line 100 i changed
 
try
content = method.getDataAsString();
catch (IOException ioe)
{
logger.error("Getting content for " + pageToAdd.toString(), ioe);
}

To

content=method.getResponseBodyAsString();
            
My application goes well, so i undertand that it's correct.
It's possible that somebody update this for next version?? I don't have cvs
client...




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to