Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 352302] New: Opening a file in an editor depending on the client's permissions.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=352302
Product/Component: Target Management / TCF

           Summary: Opening a file in an editor depending on the client's
                    permissions.
    Classification: Tools
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: william.chen@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Build Identifier: 

Now you can right-click any file and get popup menu with a menu "Open", even if
the current account does not have the permission to read it. Another problem is
editing a read-only file is allowed although the user does not have writing
permission. 
The "open" menu should only be visible when the user has read permission over
the file. The editor should be read-only if the filed open is read-only.

Reproducible: Always

Steps to Reproduce:
1. Right-click on a file that the user does not have the right to read.
2. There's an "Open" menu item in the popup menu.
3. Right-click on a file that the user does not have the right to write.
4. Open the file in an editor and try to edit the file.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top