-
Defect
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
2
A PI: Bjartmar Sveinbjörnsson has an umlaut in his name.
That umlaut doesn't get properly encoded or decoded by our application at some point.
It looks like the browser properly encodes the umlaut with url encoding but the gateway/application receives two different characters.
Here is the url encoded:
https://localhost:8443/contact/Bjartmar%20Sveinbj%C3%B6rnsson/project.html
Then the ContactProjectsController receives the following text:
Bjartmar Sveinbjörnsson
Which, is totally different and we aren't able to find that user in our database to display any projects for Bjartmar.
That umlaut doesn't get properly encoded or decoded by our application at some point.
It looks like the browser properly encodes the umlaut with url encoding but the gateway/application receives two different characters.
Here is the url encoded:
https://localhost:8443/contact/Bjartmar%20Sveinbj%C3%B6rnsson/project.html
Then the ContactProjectsController receives the following text:
Bjartmar Sveinbjörnsson
Which, is totally different and we aren't able to find that user in our database to display any projects for Bjartmar.
- is related to
-
GTWY-4003 No 404 For Missing Project PIs
- Done