Closed Bug 541936 Opened 14 years ago Closed 11 years ago

change raw dump extension to .dmp

Categories

(Socorro :: Infra, task)

task
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ted, Assigned: ted)

Details

Just as a convenience for people downloading raw dump files on Windows, the raw dump extension should be .dmp. Visual Studio registers to handle .dmp files, so if we name them as such you can just "Open With" VS to debug them, instead of having to rename them or use File->Open from VS.
Severity: normal → trivial
Component: Socorro → General
Product: Webtools → Socorro
ping? Is this something that could be accomplished just on the webapp side by either setting a content-disposition header or with a simple redirect? This would make my life a lot happier!
Pretty sure this happens as an apache rewrite, should be possible to change:

https://github.com/mozilla/socorro/blob/master/puppet/files/etc_apache2_sites-available/crash-stats
(In reply to Robert Helmer [:rhelmer] from comment #2)
> Pretty sure this happens as an apache rewrite, should be possible to change:
> 
> https://github.com/mozilla/socorro/blob/master/puppet/files/
> etc_apache2_sites-available/crash-stats

To actually fix this bug, that needs to be changed and tested locally (e.g. in vagrant) and also IT needs to deploy it via their puppet setup.
Component: General → Infra
QA Contact: socorro
Part 2: fix the web UI:
https://github.com/mozilla/socorro/pull/1225

Should fix socorro-crashstats too, I'll look at that in a minute.
Assignee: nobody → ted
Commit pushed to master at https://github.com/mozilla/socorro-crashstats

https://github.com/mozilla/socorro-crashstats/commit/d9011c7cc0e66a4dc1bfb854aa4458c1a77abd37
Merge pull request #337 from rhelmer/bug541936-dmp-not-dump

Make raw dump link point to .dmp instead of .dump from web UI
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/91b4d41b836225882e623ec223a7fe8acb40bf12
Merge pull request #1229 from rhelmer/bug541936-dmp-not-dump-php

Bug541936 dmp not dump php
shipped in 46
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 46
You need to log in before you can comment on or make changes to this bug.