Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [EXTERNAL] Re: Safe to remove permissions.xsd?
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Wed, 10 Jul 2024 20:15:52 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microsoft.com; dmarc=pass action=none header.from=microsoft.com; dkim=pass header.d=microsoft.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=Kfn/dcJwTVDfZ9uPwG1GbqCQRha/BK5sZfT3HQkalfE=; b=usRUIipcaT+NM87qYvrhjssHC2LLxrIbqtFUiHFi3QCo3tfpZb1fCU1EJW2YXXmP3f2dyGwKuZR1ZyiWQ9YS/n3Y0f55//Q4KCT5HEXFfAwWvNspORgZ8zprbh/Jec7LvoEb6jLdGuRxC7sous/W7p3eC6ypkkGgTQtAnfPQVqtJu1Uk9f+5gTf6joVbKawxF2UErVvCwzhkImz6ZeSE37pKyHhde6uUOqWKucQwxDS/7gA80HIAO9XsfR8ARyeaoCyC3Qq390RfKoW2/YwKBRAY1GsukYdQzlXppODEDYXZ+joWrlsgz2fl26cU/vjI+T7vuuDjqDZAxiND4N7TMA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=VQrkgkzhNxX2GS1YseYDbPnYnwlmGJJT1hssDqmO9dar2oP3iCZ1GZ+9nhso/p+ufCNGIOvVHqSsHsi53FxN0T5Cn7E4lhr+Hb2WfNbZHOX/iAryWgNTaEk+M7toMDkzxsuLNtP0OWghneFcTzaMit7NyBkDDrBrIT0I1nNyyfCyLBZJb6J79VVqEsWkH4Jn/XvML/yXIIszjTCX1cIm9RlNx77na/wlCYoQOZP6+4RtH2Py5xd/kfTXWMMLcpCumqev2+Wo2WC43eTwhp6eY8B7E4YLpuzvGylruZ0NapeebwuDi7+YT63Oem+xryYnDhouHtEUpMsZZInfHlBJWA==
  • Delivered-to: jakartaee-platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-platform-dev/>
  • List-help: <mailto:jakartaee-platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=True; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2024-07-09T21:58:57.4898416Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHa0wXqZxLuWq5yEUOl06pnlm0nBg==
  • Thread-topic: [jakartaee-platform-dev] [EXTERNAL] Re: Safe to remove permissions.xsd?

 

AT> It is indeed NOT applicable to Jakarta Authorization

AT> Permissions. permissions.xml (and it's associated XSD) was to

AT> declare for an application upfront which code based permissions

AT> were needed (e.g. permission to read file, update socket,

AT> etc). Jakarta Authorization doesn't deal with code based

AT> permissions, but only with subject based permissions (what is a

AT> subject, e.g. authenticated caller/logged-in user) allowed to do

AT> or not.

JA> I may have removed too many things if permissions.xml can be used

JA> for Jakarta Authorization permissions as well as Java security

JA> permissions.

EB> Yes, I wondered about that too. There was a dangling reference to

EB> text you removed. I removed the dangling reference in d44036f. If

EB> you put your text back, I’ll put the reference back.

JA> - If permissions.xml is NOT applicable to Jakarta Authorization

JA> permissions, then I agree that permissions XSD file for EE 11 can

JA> be removed and the one remaining reference to permissions.xml can

JA> be removed from the Platform specification.

 

 

I have removed it in 41c3940.

 

Ed


Back to the top