Hard-coded quotes in xml prologue
---------------------------------
Key: WICKET-1652
URL: https://issues.apache.org/jira/browse/WICKET-1652
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-M1, 1.3.3
Reporter: Gwyn Evans
Priority: Trivial
Fix For: 1.4-M3
Even if you specify a prologue as:
<?xml version="1.0" encoding="UTF-8"?>
(i.e. double quoted) it gets delivered as:
<?xml version='1.0' encoding='UTF-8'?>
XML spec says either should be acceptable but I've come across one case where
it would be useful to have it use the quote char that's supplied.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.