when use drools guvnor tools
by configuration,it auto generate a binary package link url,
like "http://localhost:8080/guvnor/rest/packages/knowledgebaseSource/binary "
then i use it as a source to call ResourceFactory.newUrlResource(Uri uri)
result is http response 401 error
Detail infomation is :Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/guvnor/rest/packages/knowledgebaseSource/binary
that's say i have no auth.....