Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] setuid on jetty9


I have wired up setuid for jetty 9 distribution but I feel it kinda sucks still and have an alternative idea I want to bounce of folks for M4.

How about I move the jetty setuid stuff to jetty-toolchain so we can release them on a separate release cycle...which means we can release both linux and osx and whatever other setup (SunOS, etc) that we have access to...and then we can depend on these direct versions and pull those into our jetty-distribution and then make the jetty-setuid-java setup a bit smarter in loading the right OS library?  The Server api is quite stable so these things don't need to release very often anyway...

as it stands right now with what I have committed we release on linux so the the jetty-distribution setuid bits will work on _linux_ and if you want osx you need to checkout jetty from git and build the distro there, or build just that one lib and manually replace it

thoughts?

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

Back to the top