licel / jcardsim

https://jcardsim.org
224 stars 123 forks source link

return data for 61XX SW #29

Closed klali closed 10 years ago

klali commented 10 years ago

Move the copying of a response until after the exceptions have been dealt with so data can be returned for the 61xx case as well.

should be a fix for issue #19

licel commented 10 years ago

The idea in the pull request looks great, but before integrating it I would like to add a corresponding test case with 61xx in HelloWorldApplet. I will try to make it as soon as possible. Or if you want, you might add a new command and a method that send chain data with 61xx code.

Thank you very much for your contribution.

Mikhail Dudarev