Re: [mod-security-users] Problems with phpMyAdmin and mod_security
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2006-02-03 13:00:35
|
Alex Strawman wrote: > Nope, i believe the viewstate is < 4096, however when combined with > the rest of the header it sometimes falls outside that size and gets > truncated, without really telling the user it did so. > having said that i havn't turned the debugging up to max to see if it > informs so in the logfile. From I could read about ASP.NET the view state is transported via variable "__VIEWSTATE". The multipart header length limit should not affect this way of transport. Do you have something like "Error processing request body: Multipart: part header line over XXXX bytes long" in your Apache error log? If you don't - then something else is the problem. Get me the messages from ModSecurity that you do have and I may be able to tell you more. -- Ivan Ristic, Technical Director Thinking Stone, http://www.thinkingstone.com |