AW: AW: AW: Redirect with 301 for directory requested without trailing slash

2022-02-08 Thread Benny Kannengießer
Thanks a lot, Mark, for analysing the default "sendRedirect()" method. As you suggested, in my overridden method in the response wrapper I don't do any of these checks. So everything works fine now, problem solved! @Thomas - concerning SEO apparently it seems to be best practice to use 301 redir

AW: AW: AW: Redirect with 301 for directory requested without trailing slash

2022-02-06 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, one topic which was not discussed yet: What is the reason behind sending a permanent redirect instead of temporary redirect for folders without slash? Is it about SEO optimization? The user itself won't recognize any difference and also the different caching won't be noticeable. Up to now