Closed
Bug 1177217
Opened 10 years ago
Closed 10 years ago
Problem extracting .zip content due to unsupported content-type
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
This shouldn't happen because we shouldn't ask for permission (on the mime-type). Instead we should just try to unzip it based on its file extension.
https://gist.github.com/rhelmer/8af9b36ebd20504bd21f
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/bd60965e1e2cc0041e8ae27d3874e78f3bee355f
fixes bug 1177217 - Problem extracting .zip content due to unsupported content-type
https://github.com/mozilla/socorro/commit/10e7160a21e13603324245d34444648ab6124e9b
Merge pull request #2868 from peterbe/bug-1177217-problem-extracting-zip-content-due-to-unsupported-content-type
fixes bug 1177217 - Problem extracting .zip content due to unsupported content-type
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/490d83be7e306e5f6fea67edf56e2ba86123b4a4
Revert "fixes bug 1177217 - Problem extracting .zip content due to unsupported content-type"
https://github.com/mozilla/socorro/commit/6d42e4400247d2f53428782fa02502f372f5f48e
Merge pull request #2878 from mozilla/revert-2868-bug-1177217-problem-extracting-zip-content-due-to-unsupported-content-type
Revert "fixes bug 1177217 - Problem extracting .zip content due to un…
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5694a3332caaecab5afbc7c285f806a353d4df51
Revert "Revert "fixes bug 1177217 - Problem extracting .zip content due to un…"
https://github.com/mozilla/socorro/commit/290f686d14c68184f37d0215767fd7e091a657ee
Merge pull request #2892 from mozilla/revert-2878-revert-2868-bug-1177217-problem-extracting-zip-content-due-to-unsupported-content-type
8. Rebort! "Revert "fixes bug 1177217 - Problem extracting .zip content d…
You need to log in
before you can comment on or make changes to this bug.
Description
•