jPOS icon indicating copy to clipboard operation
jPOS copied to clipboard

jPOS Project

Results 105 jPOS issues
Sort by recently updated
recently updated
newest added

The IK command was processing the command line params for the to-be-imported key shifted 1 index down.

The IK command was processing the command line params for the to-be-imported key shifted 1 index down.

https://paymentcardtools.com/emv-tlv-parser?data=6F1A840E315041592E5359532E4444463031A5088801025F2D02656E I need to create a function similar to the following website, EMV TLV Parser, which method should I use for parsing? Can you help me write a demo to...

https://github.com/jpos/jPOS/blob/ade1cd317d0ac2292133db2adf774b6486d8cdb0/jpos/src/main/java/org/jpos/iso/ISOUtil.java#L903

Resolve env properties in bin ranges and regular expressions for SelectDestination.

Currently, if you have something like this in a deploy file, it would not resolve the environment properties when you pass the text of the element: ```xml ${env-property-reference} ${env-property-reference2} ```...

It would be nice to be able to create a valid `FSDChannel` without needing to create a `Configuration` object for that. That could be achieved by setters, or by adding...

https://github.com/jpos/jPOS/blob/d1f202f65353b4ea52f8347e32424dbdc8c35ca6/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java#L104 It looks like there should be a check for variable length fields too. E.g., if I created `new IFB_LLLHBINARY( 9999, "xxx")` packager, I would expect an exception when packing...

If the `logName` is like `xyx/a.log` and the xyz folder does not exist a FileNotFound exception is thrown and since the log file is not there it gets lost. https://github.com/jpos/jPOS/blob/master/jpos/src/main/java/org/jpos/util/RotateLogListener.java#L154-L161...