Yesterday I picked up issue 4620(fourty six twenty ) which is thread model related and consists of four sub issues maintained in another repo named “spasec”.
One of those sub issue is related to Url validation, from the issue context I understand we must create unit test for class OccEndpointsService to ensure even url containing special characters could also be encoded / decoded in a right way.
I checked the current unit test code of OccEndpointsService and found the special characters encoding case is already covered. I will discuss with related colleagues to check where and how the url decoding case must be implemented.