[
https://issues.apache.org/jira/browse/WICKET-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596322#action_12596322
]
Johan Compagner commented on WICKET-1409:
-----------------------------------------
its not about the data put into the session
its when the first call to getCurrentRequest() is being done. on the request
logger.
What that is and where it comes from can be anything.
> 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.