| Summary: | SecurityIdentityImpl.getDescription() and .setDescription() methods need to be updated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Java EE Tools | Reporter: | Aidyl Kareh <amkareh> | ||||
| Component: | jst.j2ee | Assignee: | Aidyl Kareh <amkareh> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Chuck Bridgham <cbridgha> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | amkareh, ccc | ||||
| Version: | unspecified | Flags: | cbridgha:
review+
|
||||
| Target Milestone: | 3.2.1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Aidyl Kareh
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. |