Xalan handling of HTTP redirects by the document() method

sebb <[email protected]> Tue, 5 Jan 2016 19:44:35 +0000
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <CAOGo0Vb9RQ2L=Q3_Q7nyuJ3DLCjPasJTpmOYg+-VQ78nNf6Okw@mail.gmail.com>
I'm getting an error when using document() on a URL which redirects.

It looks like Xalan (2.7.2) is not honouring the redirect, but instead
is processing the content.

Is this a known restriction?

Is there a way to tell Xalan to honour redirects when processing
document() calls?