I have an authentication provider that was working perfectly with 0.9.14. I have updated it to work with 1.0.0, but have got stuck and need some suggestions.
I can see everything loading. I can see my UserContext being returned and my Resource as well. I know they are not null. However, no endpoint methods of the resource are ever called and I get the following error: 02:53:32.840 [http-nio-8080-exec-2] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error: null for uri: http://localhost:8080/guacamole-1.0.0/api/session/ext/XXX/hello?token=0F854D6F2B13FA69E3C43E0FBDEA0759316BD93329DCB152CB53B732413D461C 02:53:32.841 [http-nio-8080-exec-2] DEBUG o.a.g.rest.RESTExceptionMapper - Unexpected error in REST endpoint. com.sun.jersey.api.NotFoundException: null for uri: http://localhost:8080/guacamole-1.0.0/api/session/ext/XXX/hello?token=0F854D6F2B13FA69E3C43E0FBDEA0759316BD93329DCB152CB53B732413D461C at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1512) [jersey-server-1.17.1.jar:1.17.1] at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442) [jersey-server-1.17.1.jar:1.17.1] at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391) [jersey-server-1.17.1.jar:1.17.1] (more available on request!) Where I have replaced the authentication provider name with XXX. The hello endpoint is just something I threw in for testing, but (again) it works perfectly with 0.9.14. If someone knows what changed in 1.0.0 that could have caused this, that would be great! Otherwise, what I really need are some ideas of what to look at next. Thanks, Mark. .
