[Geoserver-devel] [jira] Created: (GEOS-445) GetFeatureInfo -- html not closing body/html

GetFeatureInfo -- html not closing body/html
--------------------------------------------

         Key: GEOS-445
         URL: http://jira.codehaus.org/browse/GEOS-445
     Project: GeoServer
        Type: Bug
    Reporter: dblasby
Assigned to: dblasby
     Fix For: 1.3.0 RC6

ryant@anonymised.com:

Hi,

On geoserver 1.3 rc4, it seems to not be closing tags on getfeatureinfo
requests. I'm sending the requesting by requesting this url:

http://localhost:8082/geoserver/wms?VERSION=1.1.1&REQUEST=GetFeatureInfo&SRS=EPSG:4326&BBOX=-111.82437895207134,40.718844481505585,-111.80433085636777,40.73316454986502&WIDTH=700&HEIGHT=500&INFO_FORMAT=text/html&FEATURE_COUNT=1&QUERY_LAYERS=gof_ns:tiger_data&X=311&Y=234&format=jpeg&layers=gof_ns:tiger_data

And the response I get back is below. Basically, it doesn't close the
<html> or <body> tags, which is causing parsing to barf.

Has anybody else run into this?

Thanks in advance for any suggestions,

Ryan T.

<html><body>
<table border='1'>
<tr><th colspan=21 scope='col'>tiger_data </th></tr>
<tr>
<td>tlid</td>
<td>fnode</td>
<td>tnode</td>
<td>length</td>
<td>fedirp</td>
<td>fename</td>

<td>fetype</td>
<td>fedirs</td>
<td>cfcc</td>
<td>fraddl</td>
<td>toaddl</td>
<td>fraddr</td>
<td>toaddr</td>
<td>zipl</td>
<td>zipr</td>

<td>census1</td>
<td>census2</td>
<td>cfcc1</td>
<td>cfcc2</td>
<td>source</td>
<td>the_geom</td>
</tr>
<tr>
<td>
176093772</td>

<td>
34368</td>
<td>
34548</td>
<td>
0.1417</td>
<td>
null</td>
<td>
Foothill</td>
<td>
Dr</td>

<td>
null</td>
<td>
A21</td>
<td>
1959</td>
<td>
2099</td>
<td>
2000</td>
<td>
2098</td>

<td>
84108</td>
<td>
84108</td>
<td>
0</td>
<td>
0</td>
<td>
A</td>
<td>
A2</td>

<td>
A</td>
<td>
[GEOMETRY]
</td>
</tr>
</table>
<p>

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira