On Mon, Mar 29, 2021 at 10:01 AM Philippe MARASSE <[email protected]> wrote:
> Never done a git bisect before :-) after 7 steps, its done : > > $ git bisect bad > f21a7c63ebc105eb26eb5adf91c8e65e1f99e014 is the first bad commit > commit f21a7c63ebc105eb26eb5adf91c8e65e1f99e014 > Author: Michael Jumper <[email protected]> <[email protected]> > Date: Thu May 28 19:01:13 2020 -0700 > > GUACAMOLE-1298: Migrate to latest version of Guice and Jersey 2.x > > :040000 040000 3abc05f30b6fc345a06ecd31c7c946d94bb5a687 > bb8145256d75dc5c98e2d0ba0fbc72680e463962 M guacamole > > Luckily, the issue is straigthforward to test : no need to reset database > between tests, just bisect, mvn clean package, deploy, restart tomcat and > login. > > Thanks for tracking this down. I wonder if there needs to be something done for the extensions that provide their own REST endpoints (TOTP, QuickConnect, etc.)? One more request for you, Philippe - can you watch the browser network console to see if there's any HTTP error that occurs when trying to retrieve the code? I can probably spin it up myself and try it, but if you're able to reproduce it quickly that would be helpful. -Nick
