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 25251 - Quotes in issue summaries break hyperlinks in New Features summary
Summary: Quotes in issue summaries break hyperlinks in New Features summary
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Pfeffer
URL:
Keywords:
Depends on: 31990
Blocks:
  Show dependency tree
 
Reported: 2002-06-27 22:56 UTC by Jesse Glick
Modified: 2007-07-04 15:44 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 Jesse Glick 2002-06-27 22:56:39 UTC
http://core.netbeans.org/plans/features34.html#%22New%22%20wizard%20should%20hide%20read-only%20filesystems%20from%20you

is supposed to exist, but it does not, because the
HTML reads:

<a name=""New" wizard should hide read-only
filesystems from you">"New" wizard should hide
read-only filesystems from you</a>

(and a href= is similar).

I guess core/www/plans/plan-index.xsl is probably
to blame. Maybe it needs to substitute weird chars
with underscores or #XX URL escapes or something.

Note that *any use* of
disable-output-escaping="yes" is prone to generate
malformed output and cause all sorts of weird
problems. You probably never need to use this
scary flag. The makeReference template is mostly
worthless because you can use

<a href="{some-xpath-expr-here}">content</a>

instead.
Comment 1 Marek Grummich 2002-07-22 11:07:34 UTC
Set target milestone to TBD
Comment 2 Jesse Glick 2003-02-28 17:48:29 UTC
I think you own this stuff now?
Comment 3 rbalada 2003-10-09 13:00:19 UTC
Changing QA contact to www module according to ownership set in issue 32600
Comment 4 rbalada 2005-02-09 13:48:13 UTC
plan and feature pages are gone for long time