Bug #214
"Endless loop" while entering NPA pin, stacktraces in logfiles
0%
Description
When trying to authenticate on some webpages offering NPA login (meineschufa, Rentenversicherung) I get stuck in some kind of "endless loop" (enter pin, press "next" button, back to pin page). Also, I'm using a cyberjack Standard reader, so I should be able (?) to post my pin using the keypad on the reader, Open eCard asks me to type it using my Mac's keyboard.
OS: Mac OS X 10.8.3
Browser: Chrome (26.0.1410.43), Safari (6.0.3 (8536.28.10))
Both using the legacy plugin (installed 2013-04-02)
Open eCard: Most current stable release (1.0.1)
Logfile attached (accessing Rentenversicherung using Safari).
Files
Associated revisions
Add OS X specific PC/SC JNI libs & SmartCardIO (fixes #214)
This patch addresses multiple issues with the PC/SC JNI libraries on
Mac OS X (10.6 - 10.8) and Java 6 & 7. Due to unsufficient support
of 64bit JRE's and missed PCSC-Lite API changes, we chose to supply
cleaned PC/SC JNI libraries and an adapted SmartCardIO.
History
Updated by Benedikt Biallowons almost 8 years ago
- Status changed from New to In Progress
This is a known problem with the PCSC JNI wrapper on Mac OS X 10.x. After an API change in PCSC-lite, neither the OpenJDK team nor Apple adapted the related JNI libraries. I'm working on this, to provide alternative JNI libraries to fix this bug as soon as possible.
Updated by Benedikt Biallowons almost 8 years ago
- Status changed from In Progress to Review
- Reviewer set to Tobias Wich
Add OS X specific PC/SC JNI libs & SmartCardIO (fixes #214)
This patch addresses multiple issues with the PC/SC JNI libraries on
Mac OS X (10.6 - 10.8) and Java 6 & 7. Due to unsufficient support
of 64bit JRE's and missed PCSC-Lite API changes, we chose to supply
cleaned PC/SC JNI libraries and an adapted SmartCardIO.