We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once in a loop we are generating this kind of correlators (due to new corr mangement at CB).
correlator":"b12cbfc2-e09f-11eb-9d80-0242ac110013; cbnotif=1; node=qVEyXINDl; perseocep=85962; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1;
perseo-fe/lib/routes/actionsController.js
Line 41 in 1f3c70c
At PERSEO-FE we are using correlator to make loop detections:
correlator = req.headers[constants.CORRELATOR_HEADER]
Now it's not valid. We should remove "cbnotif=" atoms anddo the match just with "static part" os the correlator:
¿b12cbfc2-e09f-11eb-9d80-0242ac110013? ¿b12cbfc2-e09f-11eb-9d80-0242ac110013; node=qVEyXINDl; perseocep=85962?
The text was updated successfully, but these errors were encountered:
related #457
Sorry, something went wrong.
PR #537
Should this issue be closed once that PR has been merged?
No branches or pull requests
Once in a loop we are generating this kind of correlators (due to new corr mangement at CB).
correlator":"b12cbfc2-e09f-11eb-9d80-0242ac110013; cbnotif=1; node=qVEyXINDl; perseocep=85962; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1;
perseo-fe/lib/routes/actionsController.js
Line 41 in 1f3c70c
At PERSEO-FE we are using correlator to make loop detections:
correlator = req.headers[constants.CORRELATOR_HEADER]
Now it's not valid. We should remove "cbnotif=" atoms anddo the match just with "static part" os the correlator:
¿b12cbfc2-e09f-11eb-9d80-0242ac110013?
¿b12cbfc2-e09f-11eb-9d80-0242ac110013; node=qVEyXINDl; perseocep=85962?
The text was updated successfully, but these errors were encountered: