I am currently trying to debug through JSP to find the value of the secret variable to be transferred from the interceptor to which I cannot connect the source - and therefore I cannot debug the interceptor.
I read several posts in which it is very difficult to find the variables available by JSP if you are debugging them, but unfortunately, this may be one way to solve my problem.
Does anyone know of any articles that describe in detail the structure of JSP variables or, more specifically, which objects store these values?
As a side note, I use Eclipse for development / debugging.
source share