Skip to content
New issue

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

[cosmos-tidoop-api] Job IDs based on more than 4 digits cannot be retrieved #221

Open
frbattid opened this issue Oct 11, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@frbattid
Copy link
Member

There is a problem with this line:

jobId = dataStr.substring(indexOfJobId + magicString.length, indexOfJobId + magicString.length + 22);

Instead of using 22 as index limit, the index of the end of the line must be used.

@frbattid frbattid added the bug label Oct 11, 2016
@frbattid frbattid added this to the release/1.1.0 milestone Oct 11, 2016
@frbattid frbattid self-assigned this Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant