I recently migrated a tomcat server from 7.0.49to 7.0.52. In tomcat it contains 2 web applications that worked previously, after switching to this version, I came across 403 Access denied the specified URL .
In this case, when we first check it in the browser or tab associated with error 403, but when we refresh the page, it is redirected to the login page.
Another thing that I would like to add here is only one application as a result of this error 403. Therefore, I tried to compare with the Tomcat configuration files on both versions and make sure that there are no changes in the version for changes.
Adding additional debugging points on this problem in web.xml , the role is defined there, so I tried to comment on it. it is redirected to the login page.
Can anyone share ideas on these issues.
source
share