You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Cesare Zavattari <c....@metaware.it> on 2004/03/17 15:41:51 UTC

XMLAuthenticator.java

In this file, from juddi sources, I've changed the line

build(new FileInputStream(usersFileName));

with

build(Loader.getResourceAsStream(usersFileName));

otherwise it doesn't search the file 'juddi.users' in the right place (in 
'classes' directory).
Do you think it's a right solution?

-- 
Cesare