Tomáš Mózes

Results 49 comments of Tomáš Mózes

Seems like it's disabled for Linux https://github.com/FreeRADIUS/freeradius-server/commit/1e471518da4ba3776a7de2cf589288f6e7977a33

During the url splitting, the problematic part with the colon is stored within urlparts[2]: https://github.com/linkcheck/linkchecker/blob/master/linkcheck/url.py#L338 The unquoted chars for urlparts[2] are taken from _nopathquote_chars, which is defined in: https://github.com/linkcheck/linkchecker/blob/master/linkcheck/url.py#L453 You...

@anarcat @mgedmin, the PR tests failed, because in some parts it expects the colon to be normalized, but in this URL part it's undesirable (at least in this case, maybe...

Any help please? It's still an issue on 9.4.0 :(

I'm hitting something similar where I've 2 password entries for the web (http and https). They both work when linkchecker is used to check either http or https, but when...

Hello, I've just tested the PR with mod_security 2.9.5 / crs 3.3.2 but I'm hitting more violations, for example when replying to an email in html and clicking Save (save...

> Email sent, please let me know if you received it. Thank you!

Can this be merged if we rebase it?