[wp-trac] Re: [WordPress Trac] #7211: Problems with media uploader
WordPress Trac
wp-trac at lists.automattic.com
Fri Sep 12 20:28:59 GMT 2008
#7211: Problems with media uploader
----------------------------+-----------------------------------------------
Reporter: pishmishy | Owner: pishmishy
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Administration | Version:
Severity: normal | Resolution: invalid
Keywords: mediauploader |
----------------------------+-----------------------------------------------
Changes (by Otto42):
* status: reopened => closed
* resolution: => invalid
Comment:
If mod_security is configured stupidly, then that is not WordPress's
problem and WordPress should not have to not use the word "insert" in
order to deal with it.
Why don't you disable mod_security in the admin folder? Make an .htaccess
file in there and put this in it:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
However, this is not a valid ticket. If you have an actual bug to report,
report that separately.
--
Ticket URL: <http://trac.wordpress.org/ticket/7211#comment:17>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list