fanqi / signavio-core-components

Automatically exported from code.google.com/p/signavio-core-components
GNU General Public License v3.0
0 stars 0 forks source link

WEB-INF/jsp/error.jsp renders not well-formed XML but declares XML #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. open firefox 5.0 in Ubuntu 11.04
2. enter in the address bar: http://localhost:8080/activiti-modeler
3. choose a process definition and double-click it

What is the expected output? 
A visual editor is opened showing the process graph and BPMN 2 control and 
attribute palette 

What do you see instead?

XML Parsing Error: mismatched tag. Expected: </meta>.
Location: 
http://localhost:8080/activiti-modeler/p/editor?id=root-directory%3Bexamples%3BF
inancialReportProcess%3BFinancialReportProcess.signavio.xml
Line Number 30, Column 4:   </head>
----------^

What version of the product are you using? 

activiti-5.6

On what operating system?
Ubuntu 11.04

Cause of this bug is /platform/WebContent/WEB-INF/jsp/error.jsp is using XML 
declaration but it is not valid XML.

Attached is patch to:
1. remove XML declaration
2. fix the HTML tags to include proper end tags

Original issue reported on code.google.com by ceefour666@gmail.com on 8 Jul 2011 at 4:23

Attachments:

GoogleCodeExporter commented 8 years ago
I think issue #7 was actually this bug.

Original comment by ceefour666@gmail.com on 8 Jul 2011 at 4:24