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 2428 - Open File server could do more sophisticated access restrictions
Summary: Open File server could do more sophisticated access restrictions
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on: 31396
Blocks:
  Show dependency tree
 
Reported: 1999-07-10 19:14 UTC by Jesse Glick
Modified: 2003-12-11 14:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 1999-07-10 19:14:08 UTC
E.g. by domain name wildcard or something. However, the UDP packets come in as IP only, so reverse lookup...?

The HTTP server and so on do not do this, so really it does not matter.
Comment 1 Jan Chalupa 2001-03-12 12:20:38 UTC
Version: 'Dev' -> 3.2
Comment 2 Peter Zavadsky 2001-04-04 09:17:30 UTC
Reassigned to utilities.
Comment 3 Peter Zavadsky 2001-04-23 15:52:21 UTC
Changed to enhacement. Could be implmented after #2422 done.
Comment 4 Jan Chalupa 2001-05-06 15:21:37 UTC
Target milestone -> 3.3
Comment 5 Jan Chalupa 2001-11-27 17:26:39 UTC
Target milestone -> 3.3.1.
Comment 6 Marek Grummich 2002-07-22 11:52:14 UTC
Set target milestone to TBD
Comment 7 Marek Grummich 2002-07-22 11:55:32 UTC
Set target milestone to TBD
Comment 8 Jesse Glick 2003-09-11 19:13:50 UTC
As part of the infrastructure in issue #32054, you can only open a
file in a running IDE if you can run a command on the same machine (or
another machine, if you hacked NB code) which can read a lock file in
the userdir (which is chmod go-rwx on Unix). Should be no need for
other forms of access control, I guess.