Bug 50461 - out tag's escapeXml attribute should be set as true by default
Summary: out tag's escapeXml attribute should be set as true by default
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.2.0
Hardware: PC Windows XP
: P2 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-12 21:29 UTC by Rex Wang
Modified: 2010-12-19 12:31 UTC (History)
0 users



Attachments
fix escapeXml patch (560 bytes, patch)
2010-12-12 21:32 UTC, Rex Wang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rex Wang 2010-12-12 21:29:55 UTC
According to Page 4-26 of jstl spec, escapeXml should be set "true" by default.
To prove that, the current snapshot is failed in the tck tests from the Geronimo side.

Will provide a patch.

-Rex
Comment 1 Rex Wang 2010-12-12 21:32:37 UTC
Created attachment 26395 [details]
fix escapeXml patch
Comment 2 Jeremy Boynes 2010-12-19 12:31:14 UTC
Patch applied as r1050912, thanks.