XSAttributeCheckerTest.java - unit testcase for BugId : 4973312 (testcase attached)
---------------------------------------------------------------
secure processing part works fine , but when getting string representation of exception message - " for case-II - parseWithMaxOccurs(3, 4) in XSAttributeCheckerTest.java " , throws java.lang.ClassCastException: java.lang.Integer
---------------------------------------------------------------
java -version
java version "1.5.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-internal-_02_Feb_2004_09_10)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b36, mixed mode)
---------------------------------------------------------------
---------------------------------------------------------------
secure processing part works fine , but when getting string representation of exception message - " for case-II - parseWithMaxOccurs(3, 4) in XSAttributeCheckerTest.java " , throws java.lang.ClassCastException: java.lang.Integer
---------------------------------------------------------------
java -version
java version "1.5.0-internal"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-internal-_02_Feb_2004_09_10)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b36, mixed mode)
---------------------------------------------------------------
- relates to
-
JDK-4973312 SecureProcessing: SPE thrown when maxOccurs < MaxOccurNodeLimit
- Resolved