Community
Participate
Working Groups
Build Identifier: WTP 3.2 The getDescription() and setDescription() methods in the SecurityIdentityImpl class should get/modify the first 'description' element if multiple description elements are allowed. Reproducible: Always
Created attachment 171869 [details] Proposed Patch Patch updated the getDescription() and setDescription() methods in the SecurityIdentityImpl class to get/modify the first 'description' element if multiple description elements are allowed.
approved
Committed to HEAD for WTP 3.2.1, but with one minor change: I replaced the call to String.isEmpty() with String.length() < 1 This is due to the fact that String.isEmpty() is new to Java 6, and WTP is still compiled with/compatible with Java 5.