| 177 | |
| 178 | |
| 179 | bool HTTPHandler::authenticateUser(HTTPServerRequest & request, HTMLForm & params, HTTPServerResponse & response) |
| 180 | { |
| 181 | return authenticateUserByHTTP(request, params, response, *session, request_credentials, connection_config, server.context(), log); |
| 182 | } |
| 183 | |
| 184 | |
| 185 | void HTTPHandler::processQuery( |
nothing calls this directly
no test coverage detected