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.
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..