Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-M1
-
Component/s: View technologies
-
Labels:
-
Environment:Windows XP
Description
The following fragment produces exception even though it is a perfectly valid code:
{{
{<% if(something) { %> $
(
{[<% } %>![]()
}}
Issue Links
- is related to
-
GRAILS-7740
GSP compilation error for valid code
-
-
GRAILS-7180
Double closure fails in GSP
-
- relates to
-
GRAILS-7915
GSP compilation apparently broken in build #1229
-
In HTML there can be any number of different brackets, parenthesis and curly brackets and they need not be treated as errors even when they are not matched with a proper closing counterpart. The example above shows all the typical brackets (excluding angle bracket which is part of the HTML syntax) and it should work just fine and in fact it does in Grails 1.3.7.