We have an irpt web page. Everytime we access that page a pop-up warning comes up:
Java has discovered application components that could indicate a security concern: Name: sessionSetter.
We want to get rid of that pop-up window by getting rid of the applets in the code and converting it to HTML5.
How can we do that?