Andreas Gohr
Andreas Gohr
I think this would be better implemented in the DokuCssFile class (which incidentally should be moved out of lib/exe/css.php)
@ahmetsacan I think I like your solution. Can you create a proper pull request?
I'm confused, when sorting your results by speed, reflection is fastest. Explode is slowest. But your PR introduces explode? ``` Reflection: 0.007136058807373 s ClassA Substring: 0.0079569101333618 s ClassA SubstringStrCh: 0.0082878351211548...
I agree with @fiwswe the baseurl autodetection is a long standing feature. Hosts accepting arbitrary host headers on the other hand could be considered badly configured. I am closing this...
Thanks for opening the issue. Unfortunately your issue does not contain enough information. Please try to provide as much info as possible, generally following these three main questions: * What...
Confirmed. https://github.com/dokuwiki/dokuwiki/blob/master/data/deleted.files#L59-L70 https://github.com/dokuwiki/dokuwiki/tree/master/vendor/paragonie/random_compat Seems like we had this library at some point, then removed it in 2022, then it got readded as dependency when we updated to phpseclib3.
@xrat I'm not sure I understand what you're asking for. Feel free to provide a PR.
random_compat is a dependency of phpseclib: ``` $> composer why paragonie/random_compat phpseclib/phpseclib 3.0.43 requires paragonie/random_compat (^1.4|^2.0|^9.99.99) ``` However, I believe our PHP platform version of 7.4 installs it in version...
no helpful information regarding involved caching proxies and the general network setup has been provided by @Murugan-S1 DokuWiki (and php when sessions are used) send headers that should prevent caching...
@macin can you remember which plugin caused this? Would be helpful to try reproducing the issue and then to assess if and how it can be caught or produce a...