For some reason I am suddenly getting an exception
when I validate schema files against
http://java.apache.org/turbine/dtd/database.dtd
The exception is:
java.net.ProtocolException: Server redirected too many times (5)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:552)
at java.net.URL.openStream(URL.java:798)
at
org.apache.turbine.torque.engine.database.transform.DTDResolver.getInputSource(DTDResolver.java:134)
at
org.apache.turbine.torque.engine.database.transform.DTDResolver.resolveEntity(DTDResolver.java:119)
at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:750)
...
Could something have changed on the site such
that there is suddenly an extra redirect or two
before the dtd is found?
The strange thing is that I am getting this error
even when the entity resolver is supposedly
kicking in during the init processing for my app.
I get the same error when directly using a validating
XML parser.
Is anyone else having this problem?
Thanks,
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]