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 220349 - show onWeb not working
Summary: show onWeb not working
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
: 237211 245495 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-18 10:51 UTC by Tomas Stupka
Modified: 2015-03-17 10:15 UTC (History)
2 users (show)

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 Tomas Stupka 2012-10-18 10:51:58 UTC
Product Version = NetBeans IDE Dev (Build 20121018-bbe90124cd7f)
Operating System = Mac OS X version 10.6.8 running on x86_64
Java; VM; Vendor = 1.6.0_35
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.10-b01-428

open an ODCS query or issue and click the action which is supposed to open it in a browser -> the effect is that some generic "selct proect" page is loaded 

caused in htmldisplayer where the part of an url after '#' is encoded to become "fully RFC 2396 compliant"
Comment 1 Tomas Stupka 2013-12-13 13:55:40 UTC
*** Bug 237211 has been marked as a duplicate of this bug. ***
Comment 2 Tomas Stupka 2013-12-13 14:26:12 UTC
the described misbehavior applies to any url from an ODCS server ...

e.g.

http://<server>/qa-dev/#projects/qa-dev_getting-started/wiki/p/IDE%25252BUsage%25252Bwith%25252BDeveloper%25252BCloud%25252BService

while it should be

http://<server>/qa-dev/#projects/qa-dev_getting-started/wiki/p/IDE+Usage+with+Developer+Cloud+Service
Comment 3 Tomas Stupka 2013-12-13 14:33:39 UTC
seems that '#' is interpreted as an anchor and the following part of the url is then escaped. 

also that this happens only with the external browser. With embeded everything works fine.
Comment 4 Tomas Stupka 2014-07-09 10:14:56 UTC
*** Bug 245495 has been marked as a duplicate of this bug. ***
Comment 5 Jan Stola 2015-03-17 10:15:46 UTC
Should be fixed by https://hg.netbeans.org/web-main/rev/96faf3ea1c81