This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232117

Summary: cannot open Remote Files
Product: web Reporter: David Konecny <dkonecny>
Component: HTML ProjectAssignee: Martin Entlicher <mentlicher>
Status: REOPENED ---    
Severity: normal CC: tmysik
Priority: P4    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Konecny 2013-07-01 22:03:27 UTC
All remote files used to have Open action enabled on them which would download file locally and open it readonly. The action is disabled on files from test project from issue 217664. Could you look into this Tomas? Thanks.
Comment 1 Tomas Mysik 2013-07-02 12:54:56 UTC
Done, Davide please verify if possible (I wasn't able to find any old/removed code so I somehow implemented it).

Thanks.

http://hg.netbeans.org/web-main/rev/761360bef70c
Comment 2 David Konecny 2013-07-02 22:48:03 UTC
Martin, why do you think this stopped working? I remember that initially you decided to write a RemoteFileSystem so that we do not have to implement any OpenActions/Openable API and everything would work as if JS file was from a regular local FS. Tomas's fix should not be needed right? Thx.
Comment 3 Quality Engineering 2013-07-03 02:28:29 UTC
Integrated into 'main-silver', will be available in build *201307022300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/761360bef70c
User: Tomas Mysik <tmysik@netbeans.org>
Log: #232117 - cannot open Remote Files
Comment 4 Tomas Mysik 2013-07-03 05:35:11 UTC
Yesterday I debugged it and it searches for Openable implemenation in Lookup so I simply added it. But I am interested in Martin's comment as well :) Feel free to reopen and tell me what to do or simply do it yourself, if you want to.

Thanks.
Comment 5 David Konecny 2013-07-03 22:50:06 UTC
Reopening and reassigning just for Martin to confirm that fix is OK. Thanks Martin.