Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2, EE-3.3.0.GA_P05
-
Fix Version/s: 4.3, EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P1
Description
After working on ICE-11362, it was noted that our javascript code in gmap.js uses several eval() calls. Our code should be refactored to avoid the use of the eval() function.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] |
| Fix Version/s | 4.3 [ 13096 ] |
| Fix Version/s | EE-3.3.0.GA_P06 [ 13114 ] |
| Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
| Assignee Priority | P1 [ 10010 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51924 | Wed Sep 20 13:01:32 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51925 | Wed Sep 20 16:10:32 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51926 | Wed Sep 20 16:26:56 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51931 | Thu Sep 21 17:18:10 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapEventRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51932 | Thu Sep 21 17:21:36 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51933 | Thu Sep 21 17:26:06 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51934 | Thu Sep 21 17:39:35 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51935 | Thu Sep 21 17:40:37 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51938 | Mon Sep 25 15:34:48 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapLayerRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapMarkerRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/gmap/gmap.js
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapOverlayRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapServicesRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapInfoWindowRenderer.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #51949 | Wed Sep 27 11:39:45 MDT 2017 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapMarkerMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapLayerMeta.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/gmap/GMapInfoWindowMeta.java
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Modified component code to avoid evaluating JS snippets that can include code injected through component attributes. Instead generate (on the server side) parse JSON structures.