RequestLogger doesn't log incoming event and outgoing page
----------------------------------------------------------

                 Key: WICKET-3832
                 URL: https://issues.apache.org/jira/browse/WICKET-3832
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
    Affects Versions: 1.5-RC4
            Reporter: Martijn Dashorst


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 message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to