View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004422 | SymmetricDS Pro | Bug | public | 2020-06-10 15:09 | 2023-03-01 19:56 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.0 | ||||
Target Version | 3.12.1 | Fixed in Version | 3.12.1 | ||
Summary | 0004422: Node registration gets Bad Padding Exception | ||||
Description | When a remote node tries to register, it can receive an error: javax.crypto.BadPaddingException. Given final block not properly padded. This was introduced in 3.12 with the node password encryption. The node password should be sent in the registration batch and then encrypted before storing in the database. | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.12 9b6bd399 2020-06-10 11:10:39 Details Diff |
0004422: call node password filter when re-opening |
Affected Issues 0004422 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/RegistrationService.java | Diff File | ||
SymmetricDS: 3.12 6efd03cc 2020-06-10 11:11:51 Details Diff |
0004422: use built-in transforms to call node password filter |
Affected Issues 0004422 |
|
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/ITransformService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataExtractorService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/DataLoaderService.java | Diff File | ||
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/TransformService.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-10 15:09 | elong | New Issue | |
2020-06-10 15:09 | elong | Status | new => assigned |
2020-06-10 15:09 | elong | Assigned To | => elong |
2020-06-10 15:09 | elong | Tag Attached: security | |
2020-06-10 15:12 | elong | Status | assigned => resolved |
2020-06-10 15:12 | elong | Resolution | open => fixed |
2020-06-10 15:12 | elong | Fixed in Version | => 3.12.1 |
2020-06-10 16:00 | admin | Changeset attached | => SymmetricDS 3.12 6efd03cc |
2020-06-10 16:00 | admin | Changeset attached | => SymmetricDS 3.12 9b6bd399 |
2020-06-24 20:46 | admin | Status | resolved => closed |
2020-07-08 12:22 | elong | Tag Detached: security | |
2023-03-01 19:56 | admin | Summary | Node registration gets javax.crypto.BadPaddingException => Node registration gets Bad Padding Exception |