jmuehlner opened a new pull request, #962: URL: https://github.com/apache/guacamole-client/pull/962
This fixes the error detailed in [the ticket](https://issues.apache.org/jira/browse/GUACAMOLE-1932): ``` 22:12:18.436 [main] ERROR o.a.g.extension.ProviderFactory - authentication provider extension failed to start: Unable to create injector, see the following errors: 1) [Guice/MissingConstructor]: No injectable constructor for type RequestValidationService. class RequestValidationService does not have a @Inject annotated constructor or a no-arg constructor. Requested by: 1 : RequestValidationService.class(RequestValidationService.java:39) at JSONAuthenticationProviderModule.configure(JSONAuthenticationProviderModule.java:80) Learn more: https://github.com/google/guice/wiki/MISSING_CONSTRUCTOR 1 error ====================== Full classname legend: ====================== JSONAuthenticationProviderModule: "org.apache.guacamole.auth.json.JSONAuthenticationProviderModule" RequestValidationService: "org.apache.guacamole.auth.json.RequestValidationService" ======================== End of classname legend: ======================== ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
