getChomp: "Get everything after a specified delimiter. Returns the delimiter as well." If this were the case, <str:getChomp delimiter="T">TestTeee</str:getChomp> would return 'Teee', but it returns 'eee'. getPrechomp: "Get everything up until a specific delimiter. Returns the delimiter as well." Same here, for <str:getPrechomp delimiter="t">TestTeee</str:getPrechomp> according to the documentation 'Test' would be returned, but in fact 'Tes' is returned.
svn ci -m "Fixing javadoc per Bugzilla #32857" src/main/java/org/apache/taglibs/string/*Tag.java Sending src/main/java/org/apache/taglibs/string/GetChompTag.java Sending src/main/java/org/apache/taglibs/string/GetPrechompTag.java Transmitting file data .. Committed revision 793183.