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 47526 - JFileCHooser: cannonizes path given by user -> call FileUtil.preventFileChooserSymlinkTraversal on JF instance
Summary: JFileCHooser: cannonizes path given by user -> call FileUtil.preventFileChoos...
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 09:24 UTC by dmladek
Modified: 2006-03-24 10:29 UTC (History)
0 users

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 dmladek 2004-08-20 09:24:48 UTC
In whole 4.0, in Beta1 branche.
===============================
This is caused by bug in JDK.
(for more detail you might refer to issue #47384)

Please,
FileUtil.preventFileChooserSymlinkTraversal must
be called on newly created JFileChooser instance
on every place where you using it:
 -Add JDBC Driver
Comment 1 dmladek 2004-08-20 09:25:29 UTC
IMHO, it would be nice if it goes to 4.0.
Thanks
Comment 2 Radko Najman 2004-09-17 12:44:30 UTC
Fixed in classes:
RecreateTableAction
GrabTableAction
AddDriverDialog
Comment 3 Martin Schovanek 2005-11-18 20:55:33 UTC
VERIFIED