feinstaub / webextension_local_filesystem_links

"Local Filesystem Links" is an addon for the Mozilla Firefox webbrowser. It will be ported soon to the WebExtension API and thus also might work for Chromium
https://addons.mozilla.org/en-US/firefox/addon/local-filesystem-links/
GNU General Public License v2.0
51 stars 27 forks source link

some parts from the path are removed - Add a prefix option to fix wrong path #150

Open tjamaker opened 5 years ago

tjamaker commented 5 years ago

I have tested the behavior in IE and in FF with this plugin.

In IE there are more data within the path than your plugins provides me. Here is the comparison: IE --> file://prod.local/data/teamwork/pm/all/general/RMP/0v1/RMP.docx FF --> file:///data/teamwork/pm/all/general/RMP/0v1/RMP.docx

Whats the problem?

AWolf81 commented 5 years ago

Have you tried to add // before the network share? It should work with the following href file:////prod.local/data/teamwork/pm/all/general/RMP/0v1/RMP.docx (4 slashes - 2 for file:// and 2 for the UNC share)

If that's not working I have to test if there is a problem but it should work.

tjamaker commented 5 years ago

Hello,

no, I haven’t.

There no chance for me to edit the path, because the page is generated by a SharePoint Server. I have possibility to change the path in the meantime between shipping of the webpage an displaying it in FF. Do you have a technology to do so? I thought your script is doing so.

Best Regards Björn Schorre

i. A. Dipl.-Ing. Björn Schorre Systemingenieur - Project engineer Projektmanagement - Electronic development

Tel.: +49 5263 401-302

Bjoern.Schorre@keb.de

BESUCHEN AUCH SIE UNS AUF DER MESSE | VISIT US AT THE FAIR www.keb.de/de/news/messen-und-ausstellungen | www.keb.de/news/trade-shows

IMMER GUT INFORMIERT | GET INFORMED REGULARY www.keb.de/de/news/newsletter | www.keb.de/news/newsletter

KEB Automation KG | Suedstrasse 38 | D-32683 Barntrup | Germany | www.keb.de E-Mail: info@keb.de | Tel.: +49 5263 401-0 | Fax: +49 5263 401-116

Geschaeftsfuehrer / Directors. Curt Bauer; Ralf Lutter; Vittorio Tavella; Wolfgang Wiele USt-IdNR. / VAT ID: DE309087075 | Amtsgericht / District court: Lemgo HRA 5649

Persoenlich haftende Gesellschafter / General Partner: Vittorio Tavella; KEB Verwaltungs-GmbH Amtsgericht / District court: Lemgo HRB 8965

Von: Alexander Wolf notifications@github.com Gesendet: Donnerstag, 18. Juli 2019 23:33 An: feinstaub/webextension_local_filesystem_links webextension_local_filesystem_links@noreply.github.com Cc: Schorre, Bjoern Bjoern.Schorre@keb.de; Author author@noreply.github.com Betreff: Re: [feinstaub/webextension_local_filesystem_links] some parts from the path are removed (#150)

Have you tried to add // before the network share? It should work with the following href file:////prod.local/data/teamwork/pm/all/general/RMP/0v1/RMP.docxfile://prod.local/data/teamwork/pm/all/general/RMP/0v1/RMP.docx (4 slashes - 2 for file:// and 2 for the UNC share)

If that's not working I have to test if there is a problem but it should work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/feinstaub/webextension_local_filesystem_links/issues/150?email_source=notifications&email_token=AMUWNLESHJAKLRDSAORWI33QADOQ7A5CNFSM4IEZY5FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2J3JPQ#issuecomment-512996542, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMUWNLH7EJYP7HV7BJSUBLTQADOQ7ANCNFSM4IEZY5FA.

AWolf81 commented 5 years ago

No that's not supported by the extension at the moment and I have nothing to fix the URL before displaying.

But it could be added to the extension as an option. Something similar was requested before in issue #12 but we closed it with-out adding it as it's a very special use-case.

With that option you could add the // to fix the missing part in the URL.