> The whole idea is to avoid expensive operations until they are actually
> needed - most servlets don't read all the headers, so there's no need to
> create the strings and hash them. ( it's not even needed to convert from
> bytes to chars - another expensive operation ).
> 

i'm going to go with the "get it to work first, optimize it later"
approach :)

Reply via email to