[rules-users] UrlResource returning 401 error in Drools 5.4

Hrumph Herman.Post at imail.org
Thu Jul 5 11:26:44 EDT 2012


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-Drools-5-4-tp4018439p4018489.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list