Comment #1 on issue 204 by [email protected]: Support for identity assertion in sip.xml
http://code.google.com/p/sipservlets/issues/detail?id=204

Initial commit fixes the issue.

Tested with shootme-sip-servlet-auth (from sip-servlets-test-suite), changing:

--- a/sip-servlets-test-suite/applications/shootme-sip-servlet-auth/src/main/sipapp/WEB-INF/sip.xml +++ b/sip-servlets-test-suite/applications/shootme-sip-servlet-auth/src/main/sipapp/WEB-INF/sip.xml
@@ -4,6 +4,10 @@
<app-name>org.mobicents.servlet.sip.testsuite.ShootmeAuthApplication</app-name>
        <display-name>Shootme Sip Servlet Auth</display-name>
        <description>Shootme Sip Servlet Auth</description>
+       <context-param>
+               <param-name>testContextApplicationParameter</param-name>
+               <param-value>OK</param-value>
+       </context-param>

        <servlet-selection>
                <main-servlet>


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to