JDK-6642673 : FileSaveService hides but enforces the file type/xtn
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-12-17
  • Updated: 2010-04-04
  • Resolved: 2008-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10Resolved
Related Reports
Duplicate :  
Description
In 1.5.0, javaws ignored the extension list passed in, then a fix to bug #5025269 was put in in April of 2006 to address this in jdk6,
That fix calls addChoosableFileFilter(), w/o also calling setFileFilter().
I think we can easily fix to call both so extension list will show.