[reSIProcate] Qop param not double quoted

Byron Campen bcampen at estacado.net
Thu Jul 19 08:55:34 CDT 2007


	So, qop-options does need to be quoted. However, the "qop=auth" is  
not a qop-options, but a message-qop (see section 3.2.2), which  
doesn't take quotes. Yes, this is hideous. A little while back, we  
taught the parse code to accept message-qop with quotes, since so  
many implementations end up quoting it. But we still adhere to the  
grammar in section 3.2.2 when we emit a message-qop.

Best regards,
Byron Campen

> 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 at list.resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2423 bytes
Desc: not available
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070719/cfb3f5a7/attachment.bin>


More information about the resiprocate-devel mailing list