Artyom Beilis
Artyom Beilis
If I know the session content/cookie I can create perfect request even with the CURL. Why we add csrf. To prevent unintended POST for users that are logged in and...
You need to provide little bit more information... For example what are you trying to do. Sample code, configuration, cppcms version, working environment etc.
What version of ICU do you use? What do you mean "ABI change."? What version of CppCMS do you test 1.0.5, 1.1.0 or master? Can you test the latest master...
I tested using gcc 5.4 and it works? What flags do you compile with. It does not matter how the class ios_base::failure derived since it should be thrown and I...
1. Make sure it uses libstdc++ that is shipped with g++-7. i.e. run ldd on an executable and see what it loads. 2. Does it happen on 4.8? (I assume...
Can you provide more details - content of the error log? What are you doing. This exception is thrown when you try to use application().context() or any stuff that requies...
Thanks for reporting. It is indeed a bug and I'm quite surprised that it wasn't discovered till now!! I'll write a fix asap.
I'm trying to understand how to solve the issue in correct way since what I see "file" is provided but its name empty and it size 0 and its content-type...
It fails test of using IPv6 protocol. while from what I understand IPv4 works ok. It maybe related to runtime-docker envronment. I don't think it is critical issue just no-IPV-6...