Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SetUID ported to 12?
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 9 Aug 2023 17:40:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=oj2g7s+Mb5ptkg7w30ek793uE0+Ipsn23jvU94KOjcM=; b=CCUdAPy18NKLddP6/fgVDaEyU8Mnq7Jfrpl1s30ZKwamXy5IIenya8ab+v8sWSy2b4NhxRb46UPqRzD5ExqMpXGJAi7pcZ3c9i5UKxAPFmJuqqL4s25cfNGdLnVl/9lkYpqHZvBF0KhdCN407g5DCKRGqQSFYZmIDqByVjZw0E95yyIrFHJneZKxvM9G4Vb89nSkPWSHWesMgiH8GwuVSkoRllTjU/XCp+ciK7VaSM87+oFMXuURFnkneckXGPQ1E3ASzmrcmvMJqmawCqSrIz2D7moCh0lSmmN6G4ipPuydCOPn499w89VH3yIYxaSnVjQIsq9lLo4b2iKxnWNeBw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Dz0ZlmnNSpcESnihXu3DKb95eg/26sof9ApsNb7tL3G5fG0ta190yBjc8pAfyOUCDmOaMd6OxUUkecdgGOOAIF0VZu7U4HAz5oKY4+0ngUgrLa3ktnw5UVY84dC+YuCgTm1zshCeFxl4bTMAiVtr5MBmJTSLrUSKQEbYSFW7F/ZrdnXOGyYBRNpyPUEqNEGqLkmAd/aw2G3Jaoq3cka9dAfRNJheaEoOJ2ZliPzIiv3WvQct808LcH1as6SOB8Lg18yr/dzmP2soVqshhsCDthLqCvrGvS01RNGVS9Ied5sCfpT5M0UIvfpz0tgEElv/rno2JxpQYFBkdcTqEutL9w==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZyuiJuGjT/MsxW0KBhjn4TSPcvQ==
  • Thread-topic: SetUID ported to 12?
  • User-agent: Microsoft-MacOutlook/16.75.23072301

Before I spend too much time debugging, is the setuid module still supported/intended to work in 12?

I can't find the source so far, though the module/jar's there, but the startup throws a ClassNotFound on something making me think the jar is not ported up:

13:21:43.860 - WARN [org.eclipse.jetty.xml.XmlConfiguration:2047] - Unable to execute XmlConfiguration
java.lang.NoClassDefFoundError: org/eclipse/jetty/util/log/Log
        at org.eclipse.jetty.setuid.SetUIDListener.<clinit>(SetUIDListener.java:43)

-- Scott 





Back to the top