Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] [Bug 303149] New: REST API featured URL provides nodes with body in CDATA and escaped characters

https://bugs.eclipse.org/bugs/show_bug.cgi?id=303149 
Product/Component: Community / Architecture Council

           Summary: REST API featured URL provides nodes with body in
                    CDATA and escaped characters
    Classification: Eclipse Foundation
           Product: Community
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X - Cocoa
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Architecture Council
        AssignedTo: eclipse.org-architecture-council@xxxxxxxxxxx
        ReportedBy: dgreen99@xxxxxxxxx


http://www.eclipseplugincentral.net/api/v2/featured is providing nodes with
body as follows:

pre. 
<body><![CDATA[&lt;P&gt;&lt;STRONG&gt;eUML2 for Java&lt;/STRONG&gt; is a
powerful UML modeler designed for Java developper in Eclipse. The free edition
can be used for commercial use. It supports the following
features:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;CVS and Team
Support&lt;/STRONG&gt;&lt;/LI&gt;&lt;STRONG&gt;&lt;LI&gt;&lt;STRONG&gt;Designed
for large project with multiple and customizable model views&lt;/STRONG&gt;
&lt;/LI&gt;&lt;LI&gt;Callisto Compliant&lt;/STRONG&gt; 
&lt;LI&gt;Real-time code/model synchronization 
&lt;LI&gt;UML2.1 compliant and support of OMG XMI 
&lt;LI&gt;JDK 1.4 and 1.5 support &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The commercial
edition provides:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Advanced reversed engineering 
&lt;LI&gt;Powerful true dependency analyze tools 
&lt;LI&gt;UML Profile and MDD&lt;/LI&gt;&lt;LI&gt;Database tools
&lt;/LI&gt;&lt;LI&gt;Customizable template support
&lt;/LI&gt;&lt;/UL&gt;]]></body>

Notice how the body uses CDATA _and_ special characters (such as '<') are
escaped.  The content of @<body>@ should either use CDATA or be XML escaped,
but not both.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top