I am having a similar issue as it relates to the new excludedPackageNamePatterns in 2.3.20 (upgrading from 2.3.16.3). The following line [1] will not resolve with the excludedPackageNamePatterns default value, but it will resolve when I clear the constant in struts.xml.
I am wondering why I am not getting a log entry that warns me that it is excluded like the docs [2] say I should. Any reason why this might be? Mostly I am looking for the log entry so I can modify the excludedPackageNamePatterns to allow this specific class to resolve. If it matters: My SearchManagerService class is an interface loaded via Spring Context. [1] <s:property value="%{searchManagerService.page.lastPageNumber}"/> [2] http://struts.apache.org/docs/security.html#Security-Internalsecuritymechanism Thanks in advance, Burton