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 110996

Summary: Erroneous "Unfinished Tag" annotation at ampersand &
Product: web Reporter: _ rkusterer <rkusterer>
Component: HTML EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 87014    
Bug Blocks:    

Description _ rkusterer 2007-07-25 18:13:04 UTC
When I enter a URL containing an ampersand ("&") character, the yellow annotation says "Unfinished tag" where it is
correct syntax for http arguments. 

Example:

<a href="http://x.org/y.php?hello=0&id=2">test</a>

(using today's daily build)
Comment 1 Marek Fukala 2007-07-27 17:43:49 UTC
Caused by famous issue #87014. The lexer state is not in sync with the state before the embedded entity reference.
Comment 2 Marek Fukala 2007-10-20 15:24:54 UTC
already fixed