umair1112 / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

Add OPTIONS to the list of allowed modifiable system headers for Contact #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
see JSR 289 4.1.3 The Contact Header Field

Contact header is a system header which means that it is managed by the 
container and cannot be
modified or set by the applications except for the following messages:
1. REGISTER requests and responses
2. 3xx responses
3. 485 responses
4. 200/OPTIONS responses

Original issue reported on code.google.com by jean.deruelle on 18 Oct 2012 at 12:35

GoogleCodeExporter commented 9 years ago
This issue was updated by revision e21c4da91e10.

Fix + non regression test

Original comment by jean.deruelle on 18 Oct 2012 at 4:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision fdbd8d27c1fb.

Backport to TelScale branch

Fix + non regression test
(cherry picked from commit e21c4da91e109603d95e223149a6a9a9744d6778)

Conflicts:

    sip-servlets-test-suite/.classpath
    sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/simple/ShootistSipServletTest.java
    sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/simple/ShootmeSipServletTest.java

Original comment by jean.deruelle on 18 Oct 2012 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by jean.deruelle on 18 Oct 2012 at 4:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 83e6c28e6c5c.

Add more regression tests to cover more use cases and fix the
implementation as it should not be able to modify Contact
Header on OPTIONS requests

Original comment by jean.deruelle on 28 Jan 2013 at 5:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 8b38da937e28.

Backport to TelScale Branch

Add more regression tests to cover more use cases and fix the
implementation as it should not be able to modify Contact
Header on OPTIONS requests(cherry picked from commit 
83e6c28e6c5c153424b716069b124a4909309d80)

Original comment by jean.deruelle on 28 Jan 2013 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 12:47