Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3832

RequestLogger doesn't log incoming event and outgoing page

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5-RC4
    • 1.5-RC6
    • wicket
    • None

    Description

      The requestlogger currently doesn't log the incoming request and the outgoing page, which it did in 1.4.x (and earlier). This is due to

      getRequestLogger().logEventTarget(handler);
      getRequestLogger().logResponseTarget(handler);

      not being called. This results in log entries like:

      [2011-06-22 11:43:20,836] [TP-Processor6] RequestLogger | time=12,event=null,response=null,sessioninfo=...

      which isn't saying much, and making every presentation I gave on the RequestLogger, and chapter 14 from WiA look foolish

      Attachments

        1. wicket-3832.patch
          8 kB
          Martin Tzvetanov Grigorov

        Activity

          People

            dashorst Martijn Dashorst
            dashorst Martijn Dashorst
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: