[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 Hao changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 --- Comment #2 from Mark Thomas --- A simple, self-contained JSP that demonstrates the issue would help. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 Hao changed: What|Removed |Added CC||housev...@gmail.com -- You are receiving this m

[Bug 59939] NoSuchMethodException: java.util.HashMap.get(java.lang.String)

2016-08-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59939 --- Comment #1 from Hao --- A logic should be added so that when there is no method overload, just return the only method that matches the name, so that it is compatible with the version 7.0.52. Current behavior broke our code in multiple place