我有一个程序,使用RMI和最新版本的ESAPI。我把它安装在两台不同的机器上。在我的安装过程中,我已经看到了我能想到的一切,一切似乎都是一样的。Error occurred in server thread; nested exception is:
java.lang.NoClassDefFoundError: org/owasp/esapi
我尝试通过实现org.owasp.esapi.User接口来创建自己的用户类,并添加了一些额外的属性。public class MyUserClass implements User{MyUserClass userClass=(MyUserClass) ESAPI.authenticator().getCurrentUser();SecurityConfiguration for Logger.LogEncodingRequired not found in ESAPI</e
java.lang.reflect.InvocationTargetException SecurityConfiguration class (org.owasp.esapi.reference.DefaultSecurityConfiguration当我尝试这样做时,我得到了上面的错误 <cfdump va