RequestLogger.SessionData methods aren't public
-----------------------------------------------

                 Key: WICKET-2885
                 URL: https://issues.apache.org/jira/browse/WICKET-2885
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4.9, 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.2, 
1.4.1
            Reporter: Clint Checketts
            Priority: Minor


The following methods in RequestLogger.SessionData are private: addTimeTaken() 
setSessionInfo() setSessionSize()

Please change these to 'public', the only reason they are working currently is 
because SessionData is an innerclass to RequestLogger. If a user tries to 
extend RequestLogger and call the RequestLogger.SessionData innerclass, it is 
unable to use the mentioned methods to properly perform logging.

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