View Issue Details

IDProjectCategoryView StatusLast Update
0005644SymmetricDSBugpublic2022-12-29 17:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.9 
Target Version3.13.10Fixed in Version3.13.10 
Summary0005644: Registration redirect URL does not have query parameters for older versions of SymmetricDS clients
DescriptionWhen registration redirect is executed, client nodes older than 3.11 put the query parameters on the URL instead of the request body.
So when registration redirect is executed, the URL drops the query parameters from the URL.
When executing the registration redirect, the query parameters should be appended to the registration redirect URL so that the server receiving the registration request will have the parameters necessary to process the registration request.
Steps To Reproduce1. Set up registration redirection, using a later version of SymmetricDS for the initial receiving server.
2. Set up a node using a version less than 3.11, and make a request to register.
3. The returned registration redirect URL will not contain any of the parameters necessary to process the request.
4. The receiving node (that receives the redirected registration request) will fail the registration request because the node group ID is null.
Tagsregistration

Relationships

related to 0005645 closedpmarzullo Registration redirect URL does not have query parameters for older versions of SymmetricDS clients 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.13 97af3176

2022-12-29 15:59:27

pmarzullo

Details Diff
0005644: Registration redirect URL does not have query parameters for
older versions of SymmetricDS clients
Affected Issues
0005644
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/web/RegistrationUriHandler.java Diff File

SymmetricDS: 3.14 1b5c1c6f

2022-12-29 15:59:27

pmarzullo

Details Diff
0005644: Registration redirect URL does not have query parameters for
older versions of SymmetricDS clients
Affected Issues
0005644
mod - symmetric-server/src/main/java/org/jumpmind/symmetric/web/RegistrationUriHandler.java Diff File

Issue History

Date Modified Username Field Change
2022-12-28 21:09 pmarzullo New Issue
2022-12-28 21:09 pmarzullo Status new => assigned
2022-12-28 21:09 pmarzullo Assigned To => pmarzullo
2022-12-28 21:09 pmarzullo Tag Attached: registration
2022-12-28 21:11 pmarzullo Relationship added related to 0005645
2022-12-29 16:00 pmarzullo Changeset attached => SymmetricDS 3.13 97af3176
2022-12-29 16:02 pmarzullo Status assigned => resolved
2022-12-29 16:02 pmarzullo Resolution open => fixed
2022-12-29 16:02 pmarzullo Fixed in Version => 3.13.10
2022-12-29 17:00 pmarzullo Changeset attached => SymmetricDS 3.14 1b5c1c6f
2023-01-16 20:51 admin Status resolved => closed