I am running JBoss EAP 6.3.
In one of the AuthenticationFilter.java, Filter
class which is configured in web.xml
I have Thread.currentTthread().sleep(1000)
for some reason.
When I run my JBoss App in debug mode the breakpoints whichever I set even in a prior line before Thread.currentThread().sleep(1000)
in Filter
class doesn't work.
I would like to know is it because of the threading Mechanism.