Ticket #6493 (closed defect: invalid)

Opened 4 months ago

Last modified 4 months ago

image upload problem

Reported by: joshhighland Assigned to: 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

03/31/08 07:40:01 changed by DD32

  • 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.

03/31/08 13:08:54 changed by Nazgul

  • milestone deleted.