Menu

#132 SipPort ignorableHeaders not set as intended

open
nobody
sipservlet (76)
3
2012-02-08
2012-02-08
Tom Smith
No

SipPort defines ignorableHeaders, which is an unmodifiable Set backing another Set. However some Strings are added to the Set erroneously ("content-type" and "content-length"). In practice it probably does not matter much, since these get set implicitly as a side-effect of calling setContent(). Furthermore, it seems like overkill to use unmodifiable Sets in the first place.

Discussion


Log in to post a comment.