Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-2416

DebugginInterceptor is showing an wrong information about request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.11
    • 2.1.1
    • Core Interceptors
    • None
    • Window XP, java 5

    • Patch

    Description

      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>());

      Attachments

        Activity

          People

            Unassigned Unassigned
            decioluckow Décio Heinzelmann Luckow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: