Re: more on digest (was: Unidentified subject!)

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Sat, 03 Jan 1998 01:06:09 -0800


>Does it (Apache proxy) canonicalize any other headers? If the incoming Date,
>L-M, and Expires are already canonical, does the exact string value change
>(spaces inserted, e.g.)?

The canonical format does not allow extra (or less) spaces, so a canonical
date should not change.  Apache doesn't change any other header fields,
near as I can tell from looking at the code.

....Roy