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 235247 - URLUtil.createExternalURL() should not encode after #
Summary: URLUtil.createExternalURL() should not encode after #
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.4
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 13:37 UTC by Milutin Kristofic
Modified: 2015-03-16 15:10 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 Milutin Kristofic 2013-08-29 13:37:54 UTC
After change in Bug #235133 editor is underline whole url like, which is existing url:
http://docs.ckeditor.com/#!/api/CKEDITOR.event-method-on

However after ctrl+click on this url,  URLUtil.createExternalURL() is encoding characters after #, which makes this address invalid:
http://docs.ckeditor.com/#%21%2Fapi%2FCKEDITOR.event-method-on
Comment 1 Jan Stola 2015-03-16 15:10:14 UTC
URLUtil.createExternalURL() used form encoding instead of URL encoding.

Fixed by https://hg.netbeans.org/web-main/rev/96faf3ea1c81