Closed Bug 406060 Opened 17 years ago Closed 17 years ago

nsLocalHandlerApp fails to hand off URI correctly for some apps

Categories

(Firefox :: Shell Integration, defect)

x86
Windows Vista
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 57420

People

(Reporter: jimm, Assigned: jimm)

References

(Blocks 1 open bug)

Details

Some protocol handling apps require specific command line params indicating the type of action to take. When firefox has a user defined protocol handler (not the system default) these extra parameters are lost. 

WinMail.exe is a good example with the mailto protocol - 

"c:\(path)\winmail.exe mailto:foo@bar.com" 

will launch winmail, but fail to open the compose view. For this to work, it must be of the form -

"%ProgramFiles%\Windows Mail\WinMail.exe" /mailurl:"mailto:foo@bar.com"

nsLocalHandlerApp's LaunchWithURI will need to be updated.
Blocks: 393122
Flags: blocking-firefox3?
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: blocking-firefox3?
Resolution: --- → DUPLICATE
No longer depends on: 400852
You need to log in before you can comment on or make changes to this bug.