Re: [reSIProcate] Qop param not double quoted
Resip is behaving correctly.
The qop parameter is quoted in responses (ie. (WWW/Proxy)-Authenticate
header in a 401/407 response), but unquoted in requests (Authorization
header).
message-qop = "qop" EQUAL qop-value
Scott
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of
> julien
> Sent: Thursday, July 19, 2007 2:11 AM
> To: resiprocate-devel
> Subject: [reSIProcate] Qop param not double quoted
>
> Hello,
> I found out after using Helper::addAuthorization(...) that the
returned
> Authorization header as some missing double quote,
> for example qop=auth instead of qop="auth"
>
> in RFC 2617 we have :
>
> qop-options = "qop" "=" <"> 1#qop-value <">
> qop-value = "auth" | "auth-int" | token
>
> so I am thinking whatever the qop-value, it MUST be quoted...
> Could someone tell me if I am reading this correctly? ^^
>
> Thank you for your help
>
> --
> Julien
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel