Opened 15 years ago
Closed 15 years ago
#1045 closed defect (fixed)
Measure tool should not use GetResourceContent to check if resource exists
Reported by: | bscott | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 2.1 |
Component: | AJAX Viewer | Version: | 2.0.2 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
The measure tool uses GetResourceContent to check if the resource exists This is causing an exception in the error log We should avoid as much as possible exceptions as they are causing memory leaks see this nabble thread: http://n2.nabble.com/Huge-memory-leaks-in-Mapguide-Exceptions-td3231610.html#a3231610
As the ResourceExists is now working, we should use it instead.
Attachments (2)
Change History (3)
by , 15 years ago
Attachment: | resourceExists.patch added |
---|
by , 15 years ago
Attachment: | 1045-java.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Same patch for java viewer