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 255826 - Open Remote File/Project Dialog is empty in certain cases
Summary: Open Remote File/Project Dialog is empty in certain cases
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords: 81_HR_FIX
Depends on:
Blocks:
 
Reported: 2015-10-09 09:40 UTC by defned
Modified: 2015-10-26 12:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description defned 2015-10-09 09:40:41 UTC
[ BUILD # : 201510012201 ]
[ JDK VERSION : 1.8.0_45 ]

STEPS:
   * Open dialog Remote File/Project
   * Step into some remote directory which has drwxrwxr-x but fails on
drwxrwx---
(The AUser (which is in AGroup) would like to open in this case a directory
which owned by BUser:AGroup. It seems that the group permissions is ignored.
This feature is worked in Netbeans 8.0.2 before see below)

ACTUAL:
   nothing happens, empty remote file/project browser

EXPECTED:
   directories and files are listed


Working version:
Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 2
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b27
System: Mac OS X version 10.10.5 running on x86_64; UTF-8; en_US (nb)
Comment 1 Vladimir Kvashin 2015-10-09 11:32:57 UTC
I can reproduce this on Solaris: projects another user owns are not displayed in open project dialog, despite the fact that they have drwxrwx--- permissions and both users belong to the same group.
Comment 2 Vladimir Kvashin 2015-10-09 18:00:12 UTC
Should be fixed by 
http://hg.netbeans.org/cnd-main/rev/eedfdc7b6a83
http://hg.netbeans.org/cnd-main/rev/302825ed3d8e

Could you please try the next daily build?
Comment 3 Vladimir Kvashin 2015-10-09 20:36:19 UTC
minor additional fix (fs_server version update)
http://hg.netbeans.org/cnd-main/rev/94e815a553de
http://hg.netbeans.org/cnd-main/rev/5c085290e31f
Comment 4 Quality Engineering 2015-10-11 10:48:11 UTC
Integrated into 'main-silver', will be available in build *201510110923* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/94e815a553de
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: addfix (increment fs_server version) #255826 - Open Remote File/Project Dialog is empty in certain cases (binary update)
Comment 5 Vladimir Voskresensky 2015-10-12 16:28:49 UTC
I reviewed the fix. It is correct
Comment 6 defned 2015-10-13 07:48:33 UTC
I checked it as well and its fixed.
Comment 7 Vladimir Kvashin 2015-10-13 10:17:03 UTC
Glad to hear that - thank you!
Unfortunately this haven't got into RC2 :(
But this will be included into release.
Comment 8 Vladimir Kvashin 2015-10-13 14:38:11 UTC
The last changeset ahs been transplaned into releases repo, branch release81.
Following change sets are transplanted:
hg.netbeans.org/releases/rev/0621888d1873
hg.netbeans.org/releases/rev/092edbf17277
hg.netbeans.org/releases/rev/8a0b4e75960c
hg.netbeans.org/releases/rev/85e22c510345
hg.netbeans.org/releases/rev/b0a04b08fb67
Comment 9 soldatov 2015-10-26 12:53:34 UTC
verified in NetBeans IDE 8.1 (Build 201510222201)