Christian Folini

Results 509 comments of Christian Folini

Can I help with resolving this, are is this now on good tracks?

Not entirely sure what the @theseion had in mind with the awaiting-feedback label. If rule exclusion PR, then against the CRS WP rule exclusion plugin. But as stated, we do...

Thank you for creating this issue. I think this is exactly to the point.

Not sure with regards to 3.3. And the v4 RC1 changelog has not been up to the RC2 standard. Let's keep this open until we are really, really sure everything...

Yes, most definitely. Thanks for the ping. Closing now.

This is a change that needs to be discussed with regards to other rules as well. Let's hold back until we have discussed this.

Adding this to the agenda for meeting next Monday.

Here is my interpretation of what is happening: ## Old: utf8toUnicode,t:urlDecodeUni `/index.html´%2F%2E%2E%2F` -> `/index.html%u2019%2F%2E%2E%2F` -> `/index.html´/../` ## New: t:urlDecodeUni,t:utf8toUnicode `/index.html´%2F%2E%2E%2F` -> `/index.html´/../` -> `/index.html%u2019/../` If this interpretation is correct, then...