The request to /product gets rewritten to /products/. I can understand, I am out of ideas too. I tried everything. debugging the virtual hots configuration to dispatcher but nothing seems to resolve this issue.Thank you for looking into this issue and apologies for it took a lot of your time.
The problem is even if I comment out all the rules the /products still somehow gets converted to /products/ 1) Your screenshot of the browser suggests that /products is redirected to /products/ That is correct2) You posted a log extract, which shows that /products is being rewritten to /content/aems...
The logging was already enabled for mod_rewrite but it was somehow not able to log anything. I fixed that issue and put the rules you had provided in place. What happening was that /articles/ would get converted to /articles/.html due to the /articles being turned to /articles/. So, I modified the ...
Hi,I am using the LinkCheckerTransformerFactory to strip off the .html extension. I want to map the /articles to articles.html without actually changing the URL. I have checked the Recent Request Console and here are the logs:0 TIMER_START{Request Processing} 1 COMMENT timer_end format is {<elapsed...
I have the debug enabled for dispatcher and these are the logs from dispatcher.log[Tue Mar 13 21:57:19 2018] [D] [pid 7048 (tid 1184)] response.headers[Date] = "Wed, 14 Mar 2018 01:57:19 GMT"[Tue Mar 13 21:57:19 2018] [D] [pid 7048 (tid 1184)] response.headers[X-Content-Type-Options] = "nosniff"[Tue...
Hi Jörg Hoh thank you for your response. The logs127.0.0.1 - - [09/Mar/2018:22:26:44 -0500] "GET /articles HTTP/1.1" 302127.0.0.1 - - [09/Mar/2018:22:26:44 -0500] "GET /articles/ HTTP/1.1" 403 1are from dispatcher.log and yes the request is not reaching to the publish environment. I have checked the...
Hi,I have configured Apache web server and dispatcher. Here are the rewrite rules:RewriteRule ^/$ /content/aemsite/en.html [PT,L] RewriteCond %{REQUEST_URI} ^/content RewriteCond %{REQUEST_URI} !^/content/campaigns RewriteCond %{REQUEST_URI} !^/content/dam RewriteRule !^/content/aemsite/en - [...
I was looking to use OSGi DS annotations that's why I didn't use the @SlingServlet annotation. Do you think I should use the Felix SCR annotations for POSTrequest??