Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0b4

Request #19365 check of multiple extensions is not supported
Submitted: 2012-04-02 18:49 UTC
From: n8shift Assigned: ashnazg
Status: Closed Package: HTTP_Upload (version 1.0.0b2)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 16 - 5 = ?

 
 [2012-04-02 18:49 UTC] n8shift (Steffen Groß)
Description: ------------ HTTP_Upload_File::_evalValidExtensions() evals the last extension only. This is a problem when running under Apache: http://httpd.apache.org/docs/current/mod/mod_mime.html#multipleext If you upload a PHP-file named "foo.php.foo" the check does not match but the file will still execute as PHP.

Comments

 [2017-01-12 22:53 UTC] ashnazg (Chuck Burgess)
-Type: Bug +Type: Feature/Change Request -Assigned To: +Assigned To: ashnazg
 [2017-01-17 15:15 UTC] ashnazg (Chuck Burgess)
 [2017-01-17 15:19 UTC] ashnazg (Chuck Burgess)
-Status: Assigned +Status: Closed
Implemented on master branch, to be included in next release.