Murtuza Chhil
Murtuza Chhil
We use the header to match request response. We use field "request" for sending requests, e.g. A6 And we use field "response" on receiving the A7. A class that extends...
Thank you for the update.
Thanks for responding @barspi Could the identical code in commit and abort be moved to prepare and call prepare from abort and remove the commit call? Option 2 was my...
@ar your protect0 is what I have implemented and is being used by other projects here internally. As for the protect method, I believe your test case covers it. Should...
@ar The test case does not look right. For clarity you can try `"=====^apr/apr^====^==="` ```java @Test public void testProtect10() throws Throwable { String result = ISOUtil.protect("=====^===========^====^==="); assertEquals("=====^===========^====^===", result, "result"); }...
We’ve observed a similar issue with DirPoll, where a file is still being copied into the request folder but gets picked up mid-transfer. Since we have a short polling interval,...
My understanding is it does not matter where a file is being moved from into the request folder. If your poll period is short and the file cannot be copied...
Checkparity is only set by code and is always true. If you are using the console one has no control over it. Based on my limited knowledge, a Thales hsm...
I agree with you. If the parity exception gets thrown, one has the ability to try and adjust the even parity keys.
Adjusting an odd parity key has no impact and returns the same key. If the key before and after adjust parity are same, then that implies it was already odd...