Ticket #6493 (closed defect (bug): invalid)

Opened 4 years ago

Last modified 4 years ago

image upload problem

Reported by: joshhighland Owned by: anonymous
Priority: high Milestone:
Component: Security Version: 2.5
Severity: major Keywords:
Cc:

Description

HTTP Error when uploading images  http://joshhighland.com/blog/wp-content/uploads/2008/03/wp_upload25.gif

solution: modify .httaccess

<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>

 http://joshhighland.com/blog/2008/03/30/wordpress-25-image-upload-problem-solved/

Change History

comment:1   DD324 years ago

  • Status changed from new to closed
  • Resolution set to invalid

See:

(In [7558]) Disable mod_security for uploader. Props andy. see #6406

I believe that was later removed as its not compatible with all hosts, even if you wrap it in the ifmodule due to security issues of what can, and cant be in the .htaccess or something.

While its a fix for now, Its not fixing the problem in mod_security or wordpress. Closing as Invalid.

  • Milestone 2.7 deleted
Note: See TracTickets for help on using tickets.