Comment #4 on issue 2115 by horacimacias: MSS unable to handle GenericURI
URIs
http://code.google.com/p/mobicents/issues/detail?id=2115
after a bit more tests I found out that SipServletRequest.getRequestURI
throws an UnsupportedOperationException if the scheme is not tel: or sip:
I checked the sip servlet spec and there is no mention of that exception
being mandatory so I'm suggesting the attached patch which basically gives
you back a valid URI object instead.
Attachments:
genericuripatch2.txt 1.0 KB