DebugginInterceptor is showing an wrong information about request
-----------------------------------------------------------------
Key: WW-2416
URL: https://issues.apache.org/struts/browse/WW-2416
Project: Struts 2
Issue Type: Bug
Components: Core Interceptors
Affects Versions: 2.0.11
Environment: Window XP, java 5
Reporter: Décio Heinzelmann Luckow
At the class org.apache.struts2.interceptor.debugging.DebuggingInterceptor in
line 280, the interceptor is including information about the "request" in the
output, but is getting information from session:
serializeIt(ctx.getSession(), "request", writer, new ArrayList<Object>());
279: writer.endNode();
280: serializeIt(ctx.getSession(), "request", writer, new ArrayList<Object>());
281: serializeIt(ctx.getSession(), "session", writer, new ArrayList<Object>());
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.