Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
catch (AuthenticationException authEx) {
System.out.println("authentication failed");
authenticated= false;
}
catch(Exception ex){
System.out.println("unknown exception in authentication");
ex.printStackTrace();
authenticated= false;
}
return authenticated;