Here is a sample that demonstrates the problem. We're running JBoss 7.1.1,
Java 7, Guvnor 5.4:
UrlResource url = new
UrlResource("http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/org.ihc.hwcir.drools/LATEST/ChangeSet.xml");
InputStream is = url.getInputStream();
The 401 exception is coming from HttpURLConnection, but we can't step into
the source. The only thing that has changed is moving from Guvnor 5.3.1 to
5.4.0.
Thanks,
Herm
--
View this message in context:
http://drools.46999.n3.nabble.com/UrlResource-returning-401-error-in-Droo...
Sent from the Drools: User forum mailing list archive at
Nabble.com.