-
Bug
-
Resolution: Unresolved
-
P3
-
None
-
8u25
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 7 Home Premium 64 bit
A DESCRIPTION OF THE PROBLEM :
I am having a problem with the new java versions 1.8.0_20 and 25
When i am selecting a file from a smart card it gives me back file not found.
Send to card :00A4020C020002
Received from card :6A82
I installed the version 1.8.0._11 and there it is working properly
REGRESSION. Last worked in version 8u11
ADDITIONAL REGRESSION INFORMATION:
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
aodu = 00A4020C020002
ResponseAPDU r = ch.transmit(new CommandAPDU(apdu, offset, len));
byte[] rapdu = r.getBytes();
rapdu = 6A82
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Windows 7 Home Premium 64 bit
A DESCRIPTION OF THE PROBLEM :
I am having a problem with the new java versions 1.8.0_20 and 25
When i am selecting a file from a smart card it gives me back file not found.
Send to card :00A4020C020002
Received from card :6A82
I installed the version 1.8.0._11 and there it is working properly
REGRESSION. Last worked in version 8u11
ADDITIONAL REGRESSION INFORMATION:
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
aodu = 00A4020C020002
ResponseAPDU r = ch.transmit(new CommandAPDU(apdu, offset, len));
byte[] rapdu = r.getBytes();
rapdu = 6A82
REPRODUCIBILITY :
This bug can be reproduced always.
- relates to
-
JDK-8049021 Add smartcardio tests with APDU buffer
-
- Resolved
-