Opened 15 years ago
Closed 15 years ago
#1082 closed defect (fixed)
Existing basic web layout should not ping server by default
Reported by: | christinebao | Owned by: | Chris Claydon |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | AJAX Viewer | Version: | 2.0.2 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1249172 |
Description
From Autodesk QA report:
Steps:
- Open a basic web layout created before.
- The "Keep connection alive" in Studio is not checked.
- Using Firefox to open the basic web layout, and it pings server.
Expected: The basic web layout created before should keep the same behavior as it was.
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | FixTicket#1082.patch added |
---|
comment:2 by , 15 years ago
Hi Chris,
Would you please review patch https://trac.osgeo.org/mapguide/attachment/ticket/1082/FixTicket%231082.patch? It's appreciated if you can submit it if anything is Ok. Thank you[[BR]]
Thanks & regards, Christine
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tech diagnosis:
Basic web layout read from bool MgWebLayout::GetEnablePingServer() to know whether or not should ping server. It works for basic web layout created since schema change:
WebLayout-1.1.0.xsd
The element <EnablePingServer> indicates whether or not the basic web layout should ping server.
However, for the basic web layout created before, there is not such <EnablePingServer> element. The default value should be set as false instead of true, so the existing basic web layout can keep the same behavior as before.