Hi All,
        In case of absolute URI, opaque part of the absolute URI charset
contains ',' & ';'.

RFC 3261:

absoluteURI    =  scheme ":" ( hier-part / opaque-part )
hier-part      =  ( net-path / abs-path ) [ "?" query ]
net-path       =  "//" authority [ abs-path ]
abs-path       =  "/" path-segments
opaque-part    =  uric-no-slash *uric
uric           =  reserved / unreserved / escaped
uric-no-slash  =  unreserved / escaped / ";" / "?" / ":" / "@"
                  / "&" / "=" / "+" / "$" / "," 

If this URI is not enclosed in the angle brackets "<>", then anything
seperated by ';' is considered to be header parameters and not URI
parameters. In this case, how to take decision whether anything after ';'
belongs to header or URI-param when "<>" are not enclosed?  

Regards,

Manju

_______________________________________________
Sip-implementors mailing list
[email protected]
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to