Weeblr

Results 21 comments of Weeblr

@pomek I am faced with a similar issue as @lchrennew in a different context: I work with svelte instead of vue but the problem is likely the same: I use...

Hi Chiming in, the issue is still the same in current J3 and J4, and **is not related to any 3rd-party extension**. Can be reproduced by: - using a multilingual...

I realize the above mentioned solution (using addCustomTag() in language filter) is a fix to prevent a canonical set to the same page to override the hreflang, but I did...

> +1 "hash routing only" is a big negative, even if you don't care about SEO. But it's also an absolute requirement in many cases, namely when you don't control...

@nibra Why are all values not output then? > If you want to set a header only if it is not yet set, you need to check it separately. What...

Correct, but currently multiple headers are just not output. Joomla 3 had some code to compose multiple headers into one single comma-separated line as they should, but that code does...

@Llewellynvdm Problem is still there - although the code in WebApplication::setHeader() has changed since I made the PR a year ago. Just test it: ``` $app->setHeader('Some-Header', 'This should be used',...

Sorry, been nearly a year since opened this, wanted to reply to you quickly so I actually looked up and posted Joomla 3 stuff. First off, the issue is not...

> How will we deal with this? https://github.com/laminas/laminas-diactoros/blob/2.2.2/src/MessageTrait.php#L164 This is what the "hardcoded list of single value headers" in Joomla 3 was doing.

$singleValueResponseHeaders in /libraries/src/Application/WebApplication.php