tmulle

Results 29 comments of tmulle

Well, unfortunately no, they are doing their own lookups in a few tables to get the id and then find the password (hash) in another table and then use BCrypt...

Is this still in the works? I just hit this using the renarde security JWT only. My endpoint is defined with: ``` @RolesAllowed({"webadmin", "development", "support"}) @GET @Path("/admin/versions") @Produces(MediaType.TEXT_HTML) ``` and...

@FroMage Yes, we are using our own custom forms to login and my endpoints are defined as. We are using username/password against a database, that's the way the legacy app...

Thanks for the tips! Yeah, I knew about the implicit @GET, etc. I just like to put them there to be consistent so others besides myself in the code will...

Thanks..but I the issue I'm having is that I need to have the replacement done at runtime in the javascript. Things work fine when I just need to replace values...

Like you, I don't have any time at the moment with my current workload to start on this. I also don't know all of the details of how the Play...

@dolaf based on the information in this ticket https://github.com/NASAWorldWind/WorldWindJava/issues/261 I download the latest jars from https://jogamp.org/deployment/v2.4.0/jar/ and replaced all the ones in the `WorldWind 2.2.1` directory when I unzipped the...