Issue with AEM 6.5.9 and 6.5.9 service pack | Community
Skip to main content
VineetPandey
July 16, 2021
Solved

Issue with AEM 6.5.9 and 6.5.9 service pack

  • July 16, 2021
  • 1 reply
  • 734 views

Hi All,

 I have come across a scenario such as I am trying to access below url on fresh 6.5 instance and it works fine.

http://localhost:4502/editor.html/content/we-retail/language-masters/en..html

 

Now I am installing 6.5.9 service pack and the same url is throwing 400 bad Request .

 

Note: URL contains "..html". Ideally it should be considered as selector with null or empty value I guess.

 

Any help will be appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by RajaShankar

Hi @vineetpandey 

I too tested your scenario in 6.5 it works even though its null selector whereas in 6.5.9 it is considering the entire url as suffix and throwing a malformed url exception.

G Resource Path Info: SlingRequestPathInfo: path='/libs/cq/gui/content/editor', selectorString='null', extension='html', suffix='/content/we-retail/language-masters/en..html'

 

1 reply

RajaShankar
Community Advisor
RajaShankarCommunity AdvisorAccepted solution
Community Advisor
July 16, 2021

Hi @vineetpandey 

I too tested your scenario in 6.5 it works even though its null selector whereas in 6.5.9 it is considering the entire url as suffix and throwing a malformed url exception.

G Resource Path Info: SlingRequestPathInfo: path='/libs/cq/gui/content/editor', selectorString='null', extension='html', suffix='/content/we-retail/language-masters/en..html'