2008/7/11 Les Hazlewood <[EMAIL PROTECTED]>: > You seem to ignore that this is absolutely possible with my approach. > Drop in Jsecurity.jar, slf4j.jar and your custom SLF4J implementation, > and it works. No JSecurity-specific configuration required.
Have you considered packaging SLF4J API into JSecurity jar file? A similar thing is done for the "groovy-all" jar files with ASM and something else. That would at least remove the dependency on an external library and save having to write and maintain our own facade. Cheers, Peter
