Skip to content

URLs in html getting encoded #27

@gmaruti

Description

@gmaruti

I built a Spring MVC application and deployed on Lambda. I have a spring controller on Lamda which returns a HTML page. This page contains links as part of th:href attribute. But when rendered the link is not working as expected as URLs are getting encoded.

Looks some encoding filter getting applied on the content and encrypting all the URLs. This is happening even with the URL passed as "redirect:"

Is there any configuration that i can go to avoid this issue.

For instance URL "maps.google.com?ll=40.447786,-80.001202&q=Alcoa+Corp" comng up as
%2F%2Fmaps.google.com%3Fll%3D40.447786%2C-80.001202%26q%3DAlcoa%2520Corp

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions