History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16606
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Brace matching in JSPX doesn't work properly in CDATA sections

Created: 05 Dec 07 17:01   Updated: 05 Dec 07 17:10
Component/s: J2EE.JSP

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(17 kb)

Build: 7,584


 Description  « Hide
IDEA thinks the block of the for-loop below ends at the closing brace of the CDATA section:
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/1999/xhtml" version="2.0">

<jsp:scriptlet><![CDATA[
  for (;;) { 
]]></jsp:scriptlet>

<jsp:scriptlet> } </jsp:scriptlet>
</jsp:root>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.