Bugs item #1468247, was opened at 2006-04-11 15:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1468247&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Zhenbang Wei (zbwei)
Assigned to: Nobody/Anonymous (nobody)
Summary: A defect in XmlReader

Initial Comment:
The if...else... block starting at line 128 of
wicket.util.io.XmlReader would eat the first line of
HTML templates if this.encoding is set to default
encoding(not null) whether the HTML template is started
with <?xml encoding="foo"> or not.

If this.encoding is set to default encoding(not null),
this.inputStream.reset() will not be invoked. But the
first tag that could be anything other than <?xml?> has
been read from this.inputStream.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1468247&group_id=119783


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to