Github user lukaszlenart commented on the issue: https://github.com/apache/struts/pull/138 `ParsePosition` is basically used to check if the whole value was used, e.g. `1234abc` can be normally parsed into `1234` but comparing the `ParsePosition` with length of the value you can catch such problems. Also please notice that I have to change just two old tests because of how `double` was represented - I hope that this change is as less intrusive as possible :) @cnenning can you elaborate a bit more about parsing dates? I thought this is already supported.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org