13 Aug 2008 15:56
Re: java.net.ProtocolException: Server redirected too many times (20)
Ian Macfarlane <ian <at> ianmacfarlane.com>
2008-08-13 13:56:00 GMT
2008-08-13 13:56:00 GMT
Try using the Apache http client - http://hc.apache.org/httpclient-3.x/ On Fri, Jul 25, 2008 at 3:52 AM, Derrick Oswald <derrickoswald <at> rogers.com> wrote: > The exception says it all : Server redirected too many times (20) > There are too many redirections. > This is set by the JVM I think, > > ----- Original Message ---- > From: Sisilla Sookdeo <sisilla14 <at> gmail.com> > To: htmlparser-user <at> lists.sourceforge.net > Sent: Thursday, July 24, 2008 8:15:54 AM > Subject: [Htmlparser-user] java.net.ProtocolException: Server redirected too > many times (20) > > Hello All, > > > > I am using the following program to generate HTML from a JSP URL –: > > > > package Common; > > import org.htmlparser.Parser; > > import org.htmlparser.util.NodeList; > > import org.htmlparser.util.ParserException;(Continue reading)
RSS Feed