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

URL manipulation in HTML tables fails for tables in paths with spaces #1052

Closed
PhilippWendler opened this issue Jun 10, 2024 · 1 comment
Closed

Comments

@PhilippWendler
Copy link
Member

The following fails:

  • Create an HTML table with table-generator and store it in a directory like .../test test/....
  • Open generated table.
  • Open a plot tab and change a setting in the drop down.

This leads to the page being reloaded but with a wrong URL, the space in the directory name is rewritten from %20 to %2520. Manually deleting the 25 from the URL makes it work again. It seems that at some point we double-encode the URL and we need to fix that.

Tested with BenchExec 3.19 and 3.21.

Interestingly, adding filters does not seem to produce the buggy behavior.

@PhilippWendler
Copy link
Member Author

Interestingly, this works nicely with the latest git version of CPAchecker. It seems it was fixed with one of the recent improvements regarding our URL-state handling, maybe #1005 or #1006.

I just wanted to have this bug and the fix visible in the issue tracker for others to be able to find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant