Re: Extension REST endpoint not working

2019-12-10 Thread Ben Davis
My guacamole-client was built from 1.0.0 sources, and my pom.xml pulls 1.0.0 as a dependency, so I don't think that's the issue. I've also already enabled debug logging, and it doesn't give any insight. The guacamole client is returning a 404 response. How does guacamole client build routes based

Re: Extension REST endpoint not working

2019-12-09 Thread Nick Couchman
On Sat, Dec 7, 2019 at 10:12 PM Ben Davis wrote: > I'm attempting to add a REST endpoint to my extension. As a starting > point, I wanted to see if I could get a simple GET request working, but I'm > running into trouble. > > I copied the quickconnect extension as reference point. My UserContext

Extension REST endpoint not working

2019-12-07 Thread Ben Davis
I'm attempting to add a REST endpoint to my extension. As a starting point, I wanted to see if I could get a simple GET request working, but I'm running into trouble. I copied the quickconnect extension as reference point. My UserContext class implements the getResource() method: @Override