Created
October 24, 2011 11:14
-
-
Save juamei/1308791 to your computer and use it in GitHub Desktop.
atmosphere_resource_reusage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suspcious log entries: | |
2011-10-24 10:42:39.203 -> Entered ChatPollerHandler with queryString : ajax_timeout=-1&pollSeqId=10&poll=true&sessionId=86ee4d9b-a696-4d92-b1ce-d73dcb27616c&chatWindowId=35ac44a9-fb2f-434b-bae8-4fda524cb491&handle=null&participantId=ca1e9956-b419-411f-b306-10d2d20e3ff6&seq=1, EVT_RSC: 26961876 | |
2011-10-24 10:42:39.203 -> Entered ChatPollerHandler with queryString : ajax_timeout=-1&pollSeqId=10&poll=true&sessionId=e87ede08-b7c2-4b47-8332-7050f1e3944a&chatWindowId=d3e35f7b-11ca-463a-836b-aa7e918aac59&handle=null&participantId=7b8bd5ba-bc8a-4a3a-b310-8cd97f94d933&seq=1, EVT_RSC: 26961876 | |
Relevant code: | |
public void onRequest(AtmosphereResource<HttpServletRequest, HttpServletResponse> resource) throws IOException { | |
logger.debug("Entered ChatPollerHandler with queryString : {}, EVT_RSC: {}", resource.getRequest().getQueryString(), System.identityHashCode(resource)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment