ThraaxSession
ThraaxSession
Do you know some good alternatives for Windows @BarthaBRW?
I've got a similar issue (PopOs 21.10) There is no `libjsoncpp1` `sudo apt install libsecret-1-0 libsecret-1-dev libjsoncpp-dev `  ``` /snap/flutter/current/usr/lib/x86_64-linux-gnu/libgio-2.0.so /snap/flutter/current/usr/lib/x86_64-linux-gnu/libgobject-2.0.so /snap/flutter/current/usr/lib/x86_64-linux-gnu/libglib-2.0.so && : [ ] /snap/flutter/current/usr/bin/ld: warning: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crt1.o:...
@edvin any idea when this comes into the upstream? I am eager to use it. :)
Hi @jameskleeh I see HttpServerFilter like a superset on HTTP requests over HTTP Controller. Why it shouldn't be possible to secure this superset? A controller might be more specific endpoints....
@jameskleeh what is the alternative for now? I need this annotation. How can I manually check it?
@jameskleeh any example?
Hi @jameskleeh the latest release of micronaut (I guess) security provides for the request new parameters. A first help to solve the authentication issue. Might be to add "request.isAuthenticated". The...
I can see that all unoffical HTTP status codes are filtered on this line: [is_valid_status_code](https://github.com/flask-dashboard/Flask-MonitoringDashboard/blob/0404b05b9a8f1917796e0f314a77a53a754a0b15/flask_monitoringdashboard/core/measurement.py#L66) That's why I get 500 when I suppose it's 600 or greater. [Actual return](https://github.com/flask-dashboard/Flask-MonitoringDashboard/blob/0404b05b9a8f1917796e0f314a77a53a754a0b15/flask_monitoringdashboard/core/measurement.py#L92)
I would suggest to behave like the German [Wikipedia ](https://de.wikipedia.org/wiki/HTTP-Statuscode#cite_note-22)or [ryte.com](https://en.ryte.com/wiki/Http_Status_Code#Status_code_9xx_.E2.80.93_proprietary_status_codes): 9xx is proprietary. It gives us developer flexibility to response with specific error codes.
Sure :) should I assign the ticket to myself?