Community
Participate
Working Groups
Build Identifier: 20090619-0625 The current implementation of AdapterFactoryEditingDomain.isReadOnly(Resource) fetches all attributes via URIConverter.getAttributes instead of just fetching the attribute ATTRIBUTE_READ_ONLY (using an option map). This causes additional unnecessary server requests for web resources (http). (see also URIHandlerImpl.getAttributes(URI, Map) ) Reproducible: Always
Created attachment 196613 [details] Patch that requests ATTRIBUTE_READ_ONLY only This patch uses the request attributes option (URIConverter.OPTION_REQUESTED_ATTRIBUTES) to narrow the attribute request to URIConverter.ATTRIBUTE_READ_ONLY only.
The fix is committed to CVS for 2.8.
The changes are available in builds.