-
Bug
-
Resolution: Done
-
Major
-
tomcat_1.0.0.CR7
-
None
Tomcat 7 Adapter rely on Code from 7.0.52
and
ContextHome(String, Boolean) is new in 7.0.52 but missing in previous versions.
Use reflection to check if (String, Boolean) exists, else fall back to (String).