Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Peter Gromov 
Subsystem
Editor. Error Highlighting 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7590
Fixed in build
7647
Severity
0
  • Submitted by   Christof Schoell
    2 years ago (18 Dec 2007 13:09)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:56)
  • Jira: IDEA-42317
    (history, comments)

IDEA-42317

Good Code Red: CDATA Section in web.xml : Cannot resolve Symbol <![CDATA[

0
The following code is shown red in my web.xml

<error-page>
<error-code>400</error-code>
<location><[CDATA[

This should be good code and it works fine in my Tomcat / JBoss as well.

Environment: Windows XP SP2
JDK 1.6.0_02
AndroMDA generated Project

Issue was closed
Comments (2)
 
History (1)
 
Links
 
Alexander Chernikov
  Alexander Chernikov
14 Jan 2008 17:54
(2 years ago)
#permalink
7645: currently in the same code the red fragment is "<[CDATA[", which fails, of course.
Alexander Chernikov
  Alexander Chernikov
16 Jan 2008 14:18
(2 years ago)
#permalink
7650, 8100: fix confirmed.