It sounds unreasonable to me to expect mod_security (whether officially
or hacked) to modify standards-compatible behavior in order to account
for a 5-year out of date browser outputting incorrect information. I do
not support anything less than MSIE 5.5 on any of my websites because
they do not comply with standards in regards to JavaScript, HTML, etc.,
and cannot be easily accomodated with graceful failures. If this is
only occurring with one customer, why don't you recommend an upgrade to
at least MSIE 5.5 if not something more recent. They will also be less
prone to security problems and other incompatabilities for their
trouble. I doubt even Microsoft supports that version anymore. The
browsers continue to be free of charge, so I don't see any downside.
Tom
On Sat, 2006-04-22 at 20:41 +0200, peter pilsl wrote:
> Ivan Ristic wrote:
> >
> > The quickest solution for you is to change the encoding used to submit
> > the form.
> >
>
> thnx a lot for your answer. I would prefer a different solution, cause
> some applications require file-upload and the problem will pop up there
> again. Unfortunately one of our partners is based on old macs, so I cant
> avoid/ignore the problem.
>
>
> >
> > The message you get means ModSecurity believes the request body is
> > invalid. Seing the User-Agent (Mozilla/4.0 (compatible; MSIE 5.0;
> > Mac_PowerPC) I would say this is probably true. ModSecurity 1.9.x does
> > not keep invalid request bodies around so I can't be completely sure,
> > I am guessing the browser is terminating lines with \n where the
> > specifications requires for \r\n.
> >
>
>
> Based on my logs the Problem occurs with **some** MSIE 5.0 and MSIE 5.23
> on Power_mac. I've also entries from MSIE 5.23 on Power_Mac where the
> problem did not occur when submitting the form.
>
> Is there a rule where I can disable this check for mod-security? Or a
> small source-hack that allows further examination of the problem?
>
> I dont think that mod_security is completely incompatible with MSIE 5.x
> on Apple when it comes to multipart-encoding !?
>
>
> thnx,
> peter
>
> > --
> > Ivan Ristic, Technical Director
> > Thinking Stone, http://www.thinkingstone.com
> > ModSecurity: Open source Web Application Firewall
> >
>
>
|