mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
11d373f8b4
- Correct missing verification in buildAllowedMethods()/loadGlobalAllowedMethods() that the nodes are of type Node.TEXT_NODE (as buildResults() does). - Made two class fields final, as suggested by IDE.