Re: Internationalization issue.

David Clay wrote:
> 
...
> I believe that this should be added to the issues list.  The issue
> is that unnormalized payloads cannot predictably be routed based
> upon their content.

(You're talking about things like "test" vs. "test" or CDATA
sections in XML, or "test" vs. "t%65st" in URIs, right?)

I don't think that any filtering can _ever_ be reliable without 
interpreting the raw data the way it is meant to be interpreted. 

(It's like trying to check for ".." segments in URLs that will be passed 
to a shell without checking for backslashes that the shell will interpret.
You might catch the URL "http://host/subsection/../.." but you'll miss
"http://host/subsection/\.\./\.\.".)

Daniel
-- 
Daniel Barclay
Digital Focus
Daniel.Barclay@digitalfocus.com

Received on Thursday, 3 May 2001 11:21:49 UTC