This is the thing i want it to be done by my javassist agent.
System.out.println(response.getStatus());
But i am not able to get the HttpServletResponse object by javassist. Or can it be done using reflection
This is the thing i want it to be done by my javassist agent.
System.out.println(response.getStatus());
But i am not able to get the HttpServletResponse object by javassist. Or can it be done using reflection