...
Bludgeoned (I used the verb advisedly) a bat file to configure jetty as a system service on windows
Much testing and fine tuning needed
Started the documentation.
Now is not the time to publish it (I believe)
I need someone else to write the unix bits
And review always welcome
Scott
SP patch getting closer to ready, Xerces 3.3.0 should be voted out next week or the week after.
Planning to move the build for Windows up to the latest everything, OpenSSL 3.3.2, etc., so needs more testing than usual.
OpenSSL 3.3 Windows debug build emits a ton of warnings about corrupt debugging info, not sure what it means.
Unit testing of the new SP’s SAML ACS flow ongoing
Most of the servlet request access challenges there seem to be solved, required some changes to OpenSAML to bypass some checks and assumptions
The SP Servlet object injection model is basically a try/finally around a call to set and clear the SP’s thread local servlet objects, so usually the model is to subclass an OpenSAML class, and call doExecute, doDecode, etc. in the try clause.
Not sure how much I can unit test the artifact binding, maybe something like what CAS tests do with Jetty, not sure.