Opened 13 years ago
Closed 12 years ago
#7834 closed enhancement (fixed)
Change resolvePath() to only run "blessed" get functions
Reported by: | Bryan Forbes | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When parsing certain objects, you don't want their "get" function run. A solution would be to only run "get" functions with a "safe" property set on them. I'm attaching a patch to do just that.
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | 1.2.1 → 1.3 |
---|
Changed 12 years ago by
Attachment: | blessed_get.diff added |
---|
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Changed the 'safe' flag to be on the prototype's get method as per Neil.