Re: Status of HTTP-WG documents
Scott Lawrence (lawrence@agranat.com)
Thu, 23 Apr 1998 09:27:26 -0400 (EDT)
On Wed, 22 Apr 1998, John Franks wrote:
> One thing that I don't like is
>
> nc-value = 8LHEX
>
> It should be
>
> nc-value = *LHEX
I was the one that specified the fixed size (implying leading zeros)
originally (though I think that I used 4 rather than 8); my thinking was
that it would avoid any potential problems with one side using the
leading zeros and the other not. I can live with it either way.
> Also in Authentication-Info I think it should be
>
> auth-info = 1#( [nextnonce] | [ message-qop ]
> | [ response-auth ] | [ cnonce ]
> | [nonce-count] )
>
>
> instead of
>
> auth-info = 1#(nextnonce | [ message-qop ]
> | [ response-auth ] | [ cnonce ]
> | [nonce-count] )
>
> with [] around nextnonce indicating that it is optional.
Agreed.