[ 
https://issues.apache.org/struts/browse/WW-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43002#action_43002
 ] 

Nils-Helge Garli commented on WW-2416:
--------------------------------------

I tried changing the first line to

serializeIt(ctx.get("request"), "request", writer, new ArrayList<Object>());

and it does print the information in the request map, but it gets extremely 
verbose in xml mode, printing the value stack and all it's values, such as all 
properties on the http request and response and then some! Maybe some kind of 
filtering of attributes should be applied?

> 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
>             Fix For: 2.1.1
>
>
> 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.

Reply via email to