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 104958 - html comment tag is not working properly in jsp
Summary: html comment tag is not working properly in jsp
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 87014
Blocks:
  Show dependency tree
 
Reported: 2007-05-28 14:38 UTC by Radim Roska
Modified: 2007-10-23 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
picture (53.24 KB, image/png)
2007-05-28 14:39 UTC, Radim Roska
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Roska 2007-05-28 14:38:39 UTC
NetBeans IDE Dev (Build 200705271800)
1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
Linux version 2.6.20-15-generic running on i386
en_US (nb); UTF-8

open some jsp file, 
comment with <!-- ... --> whole <html> ... </html> 
tags </body> and </html> are marked as unpaired.

when comment some code in jsf-jsp files. Result is not correct too...see
attached image.
Comment 1 Radim Roska 2007-05-28 14:39:15 UTC
Created attachment 42852 [details]
picture
Comment 2 Marek Fukala 2007-06-19 15:29:10 UTC
It is strange that the jsp comment is finished by expression language, the jsp lexer seems to be buggy.
Comment 3 Marek Fukala 2007-07-10 16:50:58 UTC
jsp lexer is not buggy, it is an effect of issue #87014. 
Comment 4 Marek Fukala 2007-10-20 15:16:11 UTC
already fixed by fix of issue #87014
Comment 5 Radim Roska 2007-10-23 10:20:23 UTC
VERIFIED