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
Original issue reported on code.google.com by
ceefour666@gmail.com
on 8 Jul 2011 at 4:23Attachments: