kasium
kasium
@thedrow I can see that py3.11 support was added by https://github.com/thedrow/fastuuid/commit/31fd88bb557469431756d04768981d29e8f30ee5. However, the last release doesn't contain no python3.11 wheel. Can you please create a new release containing the missing...
And of course now the wheels for python 3.12 are missing as well
@yoloseem can you please have a look?
Thanks for checking this. I know it's a weird one, with not a clear path forward. I like the idea to register a url build error handler 👍
Hi, I now found a reproducible example by just providing an invalid Host header value. I also reported it to cheroot: https://github.com/cherrypy/cheroot/issues/646
Anyways, thanks for the time analysis this. I hugkly appreciate it!
@webknjaz this does not show the issue for me
Yes, flask assumes that the Header was validated before but it's not. A valid header is something like `localhost:1234`, an invalid one `foobar/..`
Sure, let me have a look later this week
@webknjaz to write a test I need to know where a validation would happen. Also the error does only occur if e.g. a wsgi app parses the header later down...