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 31121 - EXEC: Hidden filesystem should be unmounted when associated filesystem is
Summary: EXEC: Hidden filesystem should be unmounted when associated filesystem is
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 19:04 UTC by Jason Rush
Modified: 2004-09-15 23:40 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 Jason Rush 2003-02-16 19:04:54 UTC
Description: 
When a JSP is executed, a hidden filesystem is created that is associated with 
the filesystem on which the JSP resides is created.

For example, if I have my IDE installed in '/usr/forte4j' and I have a mounted 
filesystem called '/home/user/jsps', when I execute a JSP from that filesystem, 
a new hidden filesystem is created called '/usr/forte4j/tmp/jspwork/%2fhome%
2fuser%2fjsps'.  This filesystem can be seen by right-clicking 
the "Filesystems" object and choosing "Customize".

When I unmount '/home/user/jsps', the hidden filesystem associated with it 
remains.  For cleanliness, we should unmount this hidden filesystem when the 
associated user filesystem is unmounted.

Work Around: 
Unmount them manually
rkubacki@netbeans.org 2003-01-27

Evaluation: 
can wait to Pilsen

A comment.
Comment 1 Jason Rush 2003-02-16 19:05:44 UTC
Transferred from BugTraq 4381066.
Comment 2 Petr Jiricka 2004-09-15 23:40:10 UTC
Now fixed - no hidden filesystem is mounted any more.