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 251526

Summary: Don't accept white spaces in file name when uploading plugin binary
Product: updatecenters Reporter: Jiri Kovalsky <jkovalsky>
Component: PluginportalAssignee: Jan Pirek <jpirek>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Kovalsky 2015-03-31 09:39:30 UTC
When uploading new plugin binaries, it is important not to allow plugin owners to select a plugin binary which has a whitespace in its filename or we should rename it on the server side upon the upload by replacing all whitespaces with underscore "_" characters. While this is okay for *.NBM files, it causes troubles for *.ZIP files during generation of module catalog.
Comment 1 Jiri Kovalsky 2015-03-31 09:40:22 UTC
Let's schedule this for Plugin Portal 2.3 (summer 2015).