As the recent update 2.0.0.10 of the Mozilla Firefox web browser is automatically updated to user's computers, a problem with DWA (iNotes) starts to occur. People can no longer send e-mail from DWA, or attach files using DWA.
The problem seems to be that a security fix in Firefox created this behaviour, and it is not something that Mozilla intends to fix. It is considered a feature, and not a bug. Domino will send a .jar file with the wrong MIME type (application/octet-stream which shoould be application/java-archive). IBM has been notified of the problem, and is hopefully woking on a long term fix. That will probably take time, though, so what can we do in the meantime?
We can fix it ourselves!
It's actually quite easy to fix the problem, but for those of you that has plenty of Domino servers, it will still take some time. Here's what you do:
- Locate the file httpd (could also be named httpd.cnf, if I understand it correctly) in the Domino data directory.
- Add the line "AddType .jar application/java-archive # Java Archive" where you feel is appropriate.
- Save the file.
- Restart the server. It might be enough to "tell http quit" and "load http" on the console, but I haven't tried this.
- Tell any Firefox user to clear the cache before using DWA (iNotes).
Relevant links:
Notes/Domino 6 and 7 Forum post
Bugzilla@Mozilla – Bug 405643