Closed
Bug 989277
Opened 11 years ago
Closed 11 years ago
file:// links do not work in a 29 Beta when using network.protocol-handler.external.file, capability.policy.*
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 995943
People
(Reporter: spirot, Unassigned, NeedInfo)
References
Details
Attachments
(1 file)
|
1.63 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140324101726
Steps to reproduce:
I create anchor to access intranet file like a href='file:////serveur//dossier//test.doc'. All my users use a specific config in pref.js
Actual results:
That's works correctly in Firefox 28 but with Firefox 29 Beta, that's doesn't works
Expected results:
I hope that's works in beta
Comment 1•11 years ago
|
||
Hi reporter,
unfortunately this report is not very useful because it does not describe the problem well. If you have time and can still reproduce the problem, please read https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines and add a more useful description to this report by providing exact steps to reproduce. For example, what does "specific config in pref.js" mean exactly? Also, why file://// with four slashes ?
Flags: needinfo?(spirot)
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Andre Klapper from comment #1)
> Hi reporter,
> unfortunately this report is not very useful because it does not describe
> the problem well. If you have time and can still reproduce the problem,
> please read
> https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines
> and add a more useful description to this report by providing exact steps to
> reproduce. For example, what does "specific config in pref.js" mean exactly?
> Also, why file://// with four slashes ?
For example, i've this script HTML:
<html>
<script>
</script>
<a href="file://///angouleme/GestionClient/Affaire/">explorer</a>
</html>
And i write
user_pref("capability.policy.policynames", "politiquelocale");
user_pref("capability.policy.politiquelocale.checkloaduri.enabled", "allAccess");
user_pref("capability.policy.politiquelocale.sites", "http://dave.alpes-controles.local");
user_pref("network.protocol-handler.expose.file", false);
user_pref("network.protocol-handler.external.file", true);
in pref.js
With FF28, its ok not with FF29BETA
Thanks
Flags: needinfo?(spirot)
Comment 3•11 years ago
|
||
You can find the regression range by trying nightlies (mozilla-central) from https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/
http://harthur.github.io/mozregression/ may help bisecting, you can specify a profile to use.
Then you can use https://hg.mozilla.org/mozilla-central/pushloghtml to find the changes between those nightlies.
QA Whiteboard: [bugday-20140407]
Flags: needinfo?(spirot)
Summary: External FILE → file:// links do not work in a 29 Beta when using network.protocol-handler.external.file, capability.policy.*
Comment 4•11 years ago
|
||
Also, does it work in a Firefox without extensions? A long time ago, somebody had this break because of NoScript's way of solving it: bug 122022 comment 68.
Updated•11 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
capability.policy has been removed from bug 913734
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•