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 21908 - quotations of scriplets in attributes are colored as errors
Summary: quotations of scriplets in attributes are colored as errors
Status: RESOLVED DUPLICATE of bug 26276
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-27 09:02 UTC by _ rkubacki
Modified: 2006-06-04 23:57 UTC (History)
1 user (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 _ rkubacki 2002-03-27 09:02:54 UTC
JSP1.2 spec in chapter 2.6 defines rules for quoting. Unfortunately coloring
reused from Java doesn't respect these rules. For example \" needs to be used in
following code but backslash is colored as error.

<jsp:include page="<%= new String(\"foo.jsp\") %>" />

We need by find some workaround for this.
Comment 1 Marek Grummich 2002-07-22 12:02:49 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 12:06:48 UTC
Set target milestone to TBD
Comment 3 Marek Fukala 2004-10-08 14:09:47 UTC

*** This issue has been marked as a duplicate of 26276 ***