![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
#22
| |||
| |||
|
#23
| |||
| |||
|
|
It's not so trivial. Like I said before, I utilize server-side validation as well as client-side validation that checks strictly for length of submittal along with using Regular Expressions to determine if the data is purely alphanumeric. Now tell me this, how can they bypass SERVER-side validation? |
#24
| |||
| |||
|
|
On 3 Oct 2005 08:27:00 -0700, "phillip.s.powell (AT) gmail (DOT) com" phillip.s.powell (AT) gmail (DOT) com> wrote: It's not so trivial. Like I said before, I utilize server-side validation as well as client-side validation that checks strictly for length of submittal along with using Regular Expressions to determine if the data is purely alphanumeric. Now tell me this, how can they bypass SERVER-side validation? Apache is a complicated thing with lots of flaws, |
|
and all the modules that tend to be loaded onto Apache are complicated things with lots of flaws. |

#25
| |||
| |||
|
|
It's not so trivial. Like I said before, I utilize server-side validation as well as client-side validation that checks strictly for length of submittal along with using Regular Expressions to determine if the data is purely alphanumeric. Now tell me this, how can they bypass SERVER-side validation? |
#26
| |||
| |||
|
|
phillip.s.powell (AT) gmail (DOT) com <phillip.s.powell (AT) gmail (DOT) com> wrote: It's not so trivial. Like I said before, I utilize server-side validation as well as client-side validation that checks strictly for length of submittal along with using Regular Expressions to determine if the data is purely alphanumeric. Now tell me this, how can they bypass SERVER-side validation? Without seeing the code you are using, that question is imposible to answer with any specificity. The short answer is that the code was most likely flawed. miguel -- Hit The Road! Photos from 36 countries on 5 continents: http://travel.u.nu Latest photos: Macau; Queens Day in Amsterdam; Grand Canyon; Amman, Jordan |
#27
| |||
| |||
|
|
Miguel Cruz wrote: phillip.s.powell (AT) gmail (DOT) com <phillip.s.powell (AT) gmail (DOT) com> wrote: It's not so trivial. Like I said before, I utilize server-side validation as well as client-side validation that checks strictly for length of submittal along with using Regular Expressions to determine if the data is purely alphanumeric. Now tell me this, how can they bypass SERVER-side validation? Without seeing the code you are using, that question is imposible to answer with any specificity. The short answer is that the code was most likely flawed. I didn't reproduce the code because I felt it would be out of scope considering this is an HTML forum, and my server-side code is in both PHP and TCL. I can do so, however, if you wish. |
#28
| |||
| |||
|
|
Apache is a complicated thing with lots of flaws, |
|
You may want to qualify that statement of yours ? and all the modules that tend to be loaded onto Apache are complicated things with lots of flaws. Once again, your qualification of that statement will be welcome, especially as seen in the light that a vast majority of web servers around the world are running apache on (li/u)nix. |
#29
| |||
| |||
|
|
phillip.s.powell (AT) gmail (DOT) com <phillip.s.powell (AT) gmail (DOT) com> wrote: I didn't reproduce the code because I felt it would be out of scope considering this is an HTML forum, and my server-side code is in both PHP and TCL. I can do so, however, if you wish. Well, you're right, this probably isn't the forum for it. But the answer to your question ultimately does rest there. As others have explained, HTML (i.e. 'maxlength') is irrelevant to people's ability to send any amount of data to your server-side application. miguel -- Hit The Road! Photos from 36 countries on 5 continents: http://travel.u.nu Latest photos: Hong Kong; Macau; Queens Day in Amsterdam; Grand Canyon |
#30
| |||
| |||
|
|
I guess the inevitable question therein is this: What's the point in maxlength if it ultimately serves no purpose in enforcing just what it is advertised to do? You might as well stop using it! |
![]() |
| Thread Tools | |
| Display Modes | |
| |