You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2008/08/29 14:43:44 UTC

[jira] Closed: (WICKET-1409) RequestLogger counts active requests wrong

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

Martijn Dashorst closed WICKET-1409.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.5)
                   1.3.4

Looking at our application, this has been fixed.

> RequestLogger counts active requests wrong
> ------------------------------------------
>
>                 Key: WICKET-1409
>                 URL: https://issues.apache.org/jira/browse/WICKET-1409
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.0-final, 1.3.1
>            Reporter: Martijn Dashorst
>            Assignee: Johan Compagner
>             Fix For: 1.3.4
>
>
> The request logger doesn't decrease the number of active requests correctly in wicket 1.3.
> New data when running in debugger. The active request count is updated when the request logger data is put into the session (why?):
> RequestLogger.getCurrentRequest() line: 192	
> RequestLogger.objectUpdated(Object) line: 365	
> Application$1(HttpSessionStore).setAttribute(Request, String, Object) line: 153	
> Application$1(SecondLevelCacheSessionStore).setAttribute(Request, String, Object) line: 721	
> IridiumSession(Session).setAttribute(String, Object) line: 1281	
> IridiumSession(Session).requestDetached() line: 1381	
> IridiumRequestCycle(RequestCycle).detach() line: 1091	
> IridiumRequestCycle(RequestCycle).steps() line: 1348	
> IridiumRequestCycle(RequestCycle).request() line: 493	
> WicketFilter.doGet(HttpServletRequest, HttpServletResponse) line: 358	
> WicketFilter.doFilter(ServletRequest, ServletResponse, FilterChain) line: 194	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.