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
Hi,
In Internet Explorer (Not in Chrome and not in Firefox, versions see below) I encounter the following problem:
This happens when using the current SKOSMOS dev snapshot, but can also be reproduced in Finto for example:
http://finto.fi/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678
The browser should navigate back to http://finto.fi/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678 but tries to open http://finto.fi/pto/en/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678 instead, leading to a 404.
The malformed URL contains one vocab/lang pair ( here pto/en/ ) too much
I suspect that this happens in the context of the call "window.location.replace(encodeURI(redirectUrl));" in resource/js/docready.js:364.
IExplore 11 (11.0.9600.18697) Windows 7
This problem does not appear in Chrome 61.0.3163.100 and Firefox 55.0.3
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
Sorry, something went wrong.
a687343
fixes #633
c5a428d
No branches or pull requests
Hi,
In Internet Explorer (Not in Chrome and not in Firefox, versions see below) I encounter the following problem:
At which URL did you encounter the problem?
This happens when using the current SKOSMOS dev snapshot, but can also be reproduced in Finto for example:
http://finto.fi/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The browser should navigate back to http://finto.fi/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678 but tries to open http://finto.fi/pto/en/pto/en/page/?uri=http://paikkatiedot.fi/def/1001002/p678 instead, leading to a 404.
The malformed URL contains one vocab/lang pair ( here pto/en/ ) too much
I suspect that this happens in the context of the call "window.location.replace(encodeURI(redirectUrl));" in resource/js/docready.js:364.
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
IExplore 11 (11.0.9600.18697)
Windows 7
This problem does not appear in Chrome 61.0.3163.100 and Firefox 55.0.3
The text was updated successfully, but these errors were encountered: