Ex: Re: idp 5.11 with Jetty 12, duo fail

Paul B. Henson henson at cpp.edu
Tue Mar 26 20:01:19 UTC 2024


> From: Cantor, Scott <cantor.2 at osu.edu>
> Sent: Tuesday, March 26, 2024 5:25 AM
> 
> The testbed is not "normal", it mounts the idp-war folder directly via relative
> path as the webapp to deploy so there's no war file.

Ah, that explains it.

> It looks like they treated your question as a bug.

Yep, already a fix committed scheduled for 12.0.8. Hopefully that will get released before my summer cut over.

> caveated it. If the only way for it to work is to set extract to true and copy to
> false I guess that works, but I would be concerned long term for the same
> reason I don't trust Tomcat.

Jetty seems to create a new temporary directory and remove the old one each time it is restarted? So I don't think any obsolete stuff could pile up over time… I will change it back to the recommended settings assuming 12.0.8 resolves the problem.

idp-dev-01-swap tmp # ls -ltr
drwxr-xr-x 5 jetty jetty  45 Mar 26 00:44 jetty-127_0_0_1-80-idp_war-_idp-any-3878644832711939384
idp-dev-01-swap tmp # systemctl restart jetty
idp-dev-01-swap tmp # ls -ltr
drwxr-xr-x 4 jetty jetty  34 Mar 26 12:51 jetty-127_0_0_1-80-idp_war-_idp-any-8142247101498623928

Thanks again…


More information about the users mailing list