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
When the pool account name contains numbers as the last digits of the name, the pool account resolution fails.
Example: example12 linked to pool accounts example1201, example1202 fails resolution.
example12
example1201
example1202
This problem is likely caused by this regexp: https://github.com/argus-authz/argus-pep-server/blob/1_7/src/main/java/org/glite/authz/pep/obligation/dfpmap/DefaultPoolAccountResolver.java#L34
The text was updated successfully, but these errors were encountered:
Fixed error on pool account resolution in case name contains numbers
2a6a823
Fix for #28
3dde960
No branches or pull requests
When the pool account name contains numbers as the last digits of the name, the pool account resolution fails.
Example:
example12
linked to pool accountsexample1201
,example1202
fails resolution.This problem is likely caused by this regexp:
https://github.com/argus-authz/argus-pep-server/blob/1_7/src/main/java/org/glite/authz/pep/obligation/dfpmap/DefaultPoolAccountResolver.java#L34
The text was updated successfully, but these errors were encountered: