Hi Team,
I am using OpenRASP for Tomcat 8.5.35.0 spring boot mvc application.
It loads with below warning message and after does not able to hook any request event.
I tried to debug on HookHandler -> CheckRequest but I dont get any breakpoint and error as well, It seems that application bypassed OpenRASP request hook when I raised request from browser.
rasp.log
2019-06-19 21:56:55,928 INFO [Start Level: Equinox Container: f9043f25-2d93-422c-a518-d4a609f3f381][com.baidu.openrasp.HookHandler] detect server: tomcat/
8.5.35.02019-06-19 21:56:55,929 INFO [Start Level: Equinox Container: f9043f25-2d93-422c-a518-d4a609f3f381][com.baidu.openrasp.HookHandler] detect server class: org/apache/catalina/Server
2019-06-19 21:56:55,943 WARN [Thread-14][com.baidu.openrasp.HookHandler] [E20005] tomcat_security_check_error: can not load file conf/tomcat-users.xml: no such file or file is not readable:
Any thought on this ?
With Regards,
NV