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 23690 - Swing browser doesn't convert spaces to %20
Summary: Swing browser doesn't convert spaces to %20
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 14:08 UTC by Oleg Khokhlov
Modified: 2008-12-23 10:50 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 Oleg Khokhlov 2002-05-17 14:08:17 UTC
Steps to reproduce:
1. Create jsp with spaces in its name (1 2.jsp 
for example).
2. Try to execute it.

An external browser shows jsp 
and "http://localhost:8081/1%202.jsp" string 
appears in the browser's address bar.
Internal swing browser shows nothing 
and "java.io.FileNotFoundException: 
http://localhost:8081/1 2.jsp" string appears 
in the browser's status bar.

Build: FFJ 4.0EE RC1 020510.
OS: intel W2K SP2, sparc Solaris 8.
JDK 1.4.0
Comment 1 _ rkubacki 2002-05-17 14:25:58 UTC
Swing browser is only fallback to have some browser in the IDE. I
don't think it would be usefull to handle all special cases like this
here. 
Comment 2 Quality Engineering 2003-07-01 15:56:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified
Comment 3 Quality Engineering 2003-07-01 16:24:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.