Dmitry Romannikov
Results
2
issues of
Dmitry Romannikov
Hello, I've two questions about security aspects: 1. The question is what is transport of client -server communication? Is it https or encrypted somehow? 2. Why ernie has not got...
Hi! I try to use `req.session()` in my code but it causes a `java.lang.NoClassDefFoundError: org/rapidoid/gui/reqinfo/ReqInfo` error due to HttpUtils:289 line: ``` public static String cookiePath() { String ctxPath = ReqInfo.get().contextPath();...