You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2008/01/22 09:29:06 UTC

[jira] Resolved: (WW-2416) DebugginInterceptor is showing an wrong information about request

     [ https://issues.apache.org/struts/browse/WW-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2416.
----------------------------------

    Resolution: Fixed

Implemented suggested fix with filtering

> 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.