[ http://issues.apache.org/struts/browse/WW-1550?page=all ]
Don Brown updated WW-1550: -------------------------- The old version relied on internal sun classes, clearly a no-no for a portable framework. The filtering was performed by the internal DOMAdapter class, and I can't find any public api that accomplishes the same purpose. Therefore, filtering will probably have to be implemented from scratch. I'm moving this to 2.0.3 and will comment out those parameters. > XSLT Result matchingPattern and excludingPattern missing > -------------------------------------------------------- > > Key: WW-1550 > URL: http://issues.apache.org/struts/browse/WW-1550 > Project: Struts 2 > Issue Type: Bug > Components: Views > Affects Versions: 2.0.1 > Reporter: David H. DeWolf > Fix For: 2.0.2 > > > The xslt result is documented to have matchingPattern and excludingPattern > properties which allow elements of the object graph to be excluded from the > resulting DOM. This were removed (inadvertently?) in revision 423995. This > can be troublesome when used in conjunction with the spring plugin - > especially when the action is injected with a DAO, or something that can > contain quite a large graph. In one example, an entire jdbc driver was being > interrogated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
