Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-2.0.0.FINAL
Roadmap-Fix
New issue 171 by [email protected]: createApplicationSession() does not
create new session if the http session has already one associated.
http://code.google.com/p/sipservlets/issues/detail?id=171
What steps will reproduce the problem?
1. From a HTTP invocation create a SipApplicationSession using the
SipFactory.
2. From a second HTTP invocation related to the same HTTP session, create
another SipApplicationSession.
What is the expected output? What do you see instead?
Despite createApplicationSession() being called multiple times from the
same http session context, I would expect the createApplicationSession()
method to return a new application session each time.
I can't find any indication either the Sip Servlet javadocs or
specification that suggests the createApplicationSession method should
behave differently for converged sessions.
What version of the product are you using? On what operating system?
mss-2.0.0.FINAL-jboss-as-7.1.2.Final
Please provide any additional information below.