Details
-
Type:
Bug
-
Status:
Analysis
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.1.RC10
-
Fix Version/s: UDIG 1.2.M3
-
Component/s: webservices
-
Labels:None
Description
Using the info-tool to pick on an WMS-layer result in two identical GetFeatureInfo requests. One should be enough.
Activity
Tore Halset
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | UDIG-1272-1.1.x.patch [ 28068 ] |
Jody Garnett
made changes -
| Assignee | Richard Gould [ emperorkefka ] |
Jody Garnett
made changes -
| Fix Version/s | UDIG 1.2.M3 [ 14979 ] |
Andrea Antonello
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Tore Halset
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Ben Walding
made changes -
| Workflow | jira [ 73297 ] | udig [ 108068 ] |
Tore Halset
made changes -
| Attachment | UDIG-1272.patch [ 51632 ] |
1) getRequestURL() - provide a way to get to the same URL several times.
2) getResponse() - a nice lazy fetch keeping the response.
BrowserInfoDisplay uses (before this patch) getRequestURL() to get the URL and get the content, but the content are already fetched by #2 above.
The problem is still not solved as others my use getRequestURL() and open their own connection.
Something like that..