Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] WMS and 1.2RC3 - does it work for anyone else?

On Mon, Jun 14, 2010 at 10:36 AM, Andrea Aime <aaime@xxxxxxxxxxx> wrote:
> Ian Turton ha scritto:
>>
>> On Mon, Jun 14, 2010 at 2:35 AM, Andrea Aime <aaime@xxxxxxxxxxx> wrote:
>>>
>>> Andrea Aime ha scritto:
>>>>
>>>> Jody Garnett ha scritto:
>>>>>
>>>>> I was noticing the same thing on GeoTools trunk; that the WMS examples
>>>>> are broken.
>>>>
>>>> Please qualify broken, it can't be the same error as Ian, since by just
>>>> looking at the GeoServer logs it's evident there is some problem in
>>>> the GeoServer setup itself.
>>>
>>> Forget about it, that error happens because of the request... but why
>>> is there a &FILTER=... element in the request at all?
>>
>> No idea - it seems to be a uDig thing but I'm struggling to find the
>> actual URL it sends to the server.  All I did was drag the
>> capabilities url into a new map (I also tried using the catalog to
>> open it up and got the same results), The same server works fine in
>> uDig 1.1.1 so I don't think it is a server problem.
>
> Go into the web-inf/web.xml file and enable the request logging filter
> (eventually also raise the flag to dump the POST requests body).
>

OK Here is the URL the uDig 1.2RC3 sends
GET /geoserver/wms?FILTER=%3CFilter%2F%3E%29%3CFilter%2F%3E%29&SERVICE=WMS&LAYERS=sf%3Aarchsites,sf%3Aroads&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png8&HEIGHT=349&TRANSPARENT=TRUE&REQUEST=GetMap&BBOX=589434.8564686741,4914490.882968264,609527.2102150217,4926501.8980334345&WIDTH=583&STYLES=burg,simple_roads&SRS=EPSG:26713&VERSION
=1.1.1

While 1.1.1 sends GET
/geoserver/wms?SERVICE=WMS&LAYERS=sf%3Aarchsites&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&HEIGHT=335&TRANSPARENT=TRUE&REQUEST=GetMap&BBOX=-103.8725637911543,44.377511472651264,-103.63794182141925,44.48804280772808&WIDTH=712&STYLES=point&SRS=EPSG:4326&VERSION=1.1.1

Ian


-- 
Ian Turton


Back to the top