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 203592 - URISyntaxException in GlassFish log when deployed Spring application with space in path
Summary: URISyntaxException in GlassFish log when deployed Spring application with spa...
Status: VERIFIED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 11:32 UTC by Jiri Skrivanek
Modified: 2011-10-19 07:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Server log. (13.83 KB, text/plain)
2011-10-12 11:32 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-10-12 11:32:32 UTC
Created attachment 111931 [details]
Server log.

java.net.URISyntaxException is logged in GlassFish console if web project with space in path is deployed and it contains Spring framework. To reproduce:

- create web project with GlassFish and Spring framework (path to project folder must contain space)
- deploy project. Project is successfully deployed but exception is logged in server console (see attachment).
Comment 1 Vince Kraemer 2011-10-18 16:56:27 UTC
This is a server issue.  There really isn't any protection against this that the IDE and/or the plugin could do...

Opened http://java.net/jira/browse/GLASSFISH-17440

Marking as wontfix... since there isn't a plugin change that can address this issue.