Re: [EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-15 Thread Joshua Kogut
On 10/12/05, Nick Kew <[EMAIL PROTECTED]> wrote: On Wednesday 12 October 2005 19:23, Marc Rabil wrote:> Is there a way to disable this security check or otherwise configure the> server to permit this type of URL?Sounds like mod_security to me.  And of course you can configure it, or remove it comp

Re: [EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-15 Thread Joshua Kogut
You said that _javascript_ send a variable to apache. Huh? Isn't _javascript_ (mostly) client-side? Also, you could also use different characters and then compensate for that with mod_rewrite, I think. As far as disabling mod_security, if you use apache as a local testing server you shouldn't need

Re: [EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-12 Thread Nick Kew
On Wednesday 12 October 2005 19:23, Marc Rabil wrote: > Is there a way to disable this security check or otherwise configure the > server to permit this type of URL? Sounds like mod_security to me. And of course you can configure it, or remove it completely. But it's right: what you're trying t

[EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-12 Thread Marc Rabil
Folks,   We have a web application that uses _javascript_ to add a parameter and a value to a URL before sending it to Apache server version 1.3.31.  In some cases, the value contains the less than (<) or greater than (>) characters so we use the _javascript_ escape function to convert th