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 48851 - Opening new file with invalid name causing exception
Summary: Opening new file with invalid name causing exception
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 44536
Blocks:
  Show dependency tree
 
Reported: 2004-09-10 15:24 UTC by Jaroslav Pospisil
Modified: 2010-01-12 02:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.io.File.createNewFile(File.java:850) (4.35 KB, text/plain)
2004-09-10 15:26 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2004-09-10 15:24:52 UTC
Build 200409091800

1. Moun a web module.
2. Try to create a file with "*" or "?" name.
3. ERROR:

No file is created nor error message shown and
EXCEPTION - see attachment.

Expected same result as in case of file name "/".
Comment 1 Jaroslav Pospisil 2004-09-10 15:26:41 UTC
Created attachment 17548 [details]
java.io.File.createNewFile(File.java:850)
Comment 2 Jesse Glick 2004-09-13 15:32:08 UTC
web.dd.wizards.PageIterator at fault?
Comment 3 Jaroslav Pospisil 2004-10-14 13:16:48 UTC
Issue 44536 was FIXED.
Comment 4 Jaroslav Pospisil 2004-10-14 13:18:11 UTC
I have verified this issue on build 200410131800 and it works O.K.