What characters are allowed by validateRequest page directive?



I've seen several articles that indicate that if the page directive validateRequest="True" (shown below) that the user input is validated against a hard coded list of characters. What I cannot find is any documentation that shows the hard coded list of characters. Does anyone know where I can find this list or know exactly what's in the list?

<% @ Page validateRequest="True" %>


Thanks

-- Ken Sturgeon

.



Relevant Pages

  • Ignore F1-F12 keys when user enters text input on console
    ... The user input it taken using STDIN.getc. ... the entered characters are not displayed and each character is ... obscured by displaying an asterix. ... def TestFunc ...
    (comp.lang.ruby)
  • Re: [Full-Disclosure] How T-Mobils network was compromised
    ... User input is passed to a function which sanitizes the input by ... converting "dangerous" characters to HTML representations. ... Function is flawless from a programming perspective and performs as ... should have occurred is a check for "../" in a loop. ...
    (Full-Disclosure)
  • avoid which characters in text fields with vb- and jscript?
    ... native win2k3 srv/xp clients environment on our IIS 6.0 intranet ... Have made various tables storing user input, ... sure to clean user inputs for unwanted characters before storing in ... Using the vbscript Replace funktion Im able to remove quotes ...
    (microsoft.public.scripting.vbscript)
  • Re: What chars are considered safe?
    ... > I was just writing a sanitisation route for a bit of user input. ... > an English text description of a product, and will go into a DB, then back ... > characters that I considered safe and stripping out everything else. ...
    (comp.lang.php)
  • Re: Non-ascii email subject and header encoding
    ... I need to mailemails with user input that does contain non-ascii ... but I cannot find a PHP function to encode the input string in this ... send messages and supports headers with non-ASCII characters encoded as ...
    (comp.lang.php)