The API server rejects %2F sequences. This is a tomcat security feature, but in this case we need to releax the rule because we functionnally use %2F characters : PS nationalIds may contain slash characters that need to be transmitted as
%2F sequences.
This is related to ansforge/psc-admin-portal#99.
The API server rejects %2F sequences. This is a tomcat security feature, but in this case we need to releax the rule because we functionnally use %2F characters : PS nationalIds may contain slash characters that need to be transmitted as
%2F sequences.
This is related to ansforge/psc-admin-portal#99.