Opened 13 years ago
Closed 13 years ago
#1755 closed defect (worksforme)
GETRESOURCECONTENT on a resource crashes mapagent when FORMAT = application/json and the resource XML has encoding issues
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Map Agent | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description (last modified by )
Invoke a GETRESOURCECONTENT mapagent operation on a session-based resource using the FORMAT of application/json.
The mapagent handler will crash.
This crash currently makes it impossible to dynamically load a Fusion ApplicationDefinition from the client side using an Anonymous session id.
This doesn't happen if it is a library-based resource id, nor does it happen with the FORMAT of text/xml
Change History (5)
comment:1 by , 13 years ago
Component: | Resource Service → Map Agent |
---|
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
comment:3 by , 13 years ago
Summary: | GETRESOURCECONTENT on a session-based resource crashes when FORMAT = application/json → GETRESOURCECONTENT on a resource crashes mapagent when FORMAT = application/json and the resource XML has encoding issues |
---|
comment:4 by , 13 years ago
Priority: | high → low |
---|---|
Severity: | critical → minor |
comment:5 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Ok upon further experiments, it has been determined that there was an encoding issue of some sort in the XML content that I was uploading.