Thanks Ivan, finally I got around this by using geoext capabilities:

http://getsatisfaction.com/opengeo/topics/_could_not_determine_geoserver_request_error?utm_content=topic_link&utm_medium=email&utm_source=reply_notification

amaneiro

On 18/02/11 17:40, Ivan Grcic wrote:
> Hola Andres,
>
> as the error says<ServiceException code="MissingParameterValue"
> locator="request">,  probably your proxy doesnt work well as it doesnt
> forward request variable, which is of course required.
>
> Try escaping ? and&  characters, might help.
>
> Or escaping whole url param, as:
> http://localhost/cgi-bin/proxy.cgi?url=http%3A%2F%2Flocalhost%3A8080%2Fgeoserver%2Fwms%3F_dc%3D1298030235325%26service%3DWMS%26request%3Dgetcapabilities
>
> Ciao,
> Ivan
>
> 2011/2/18 Andrés Maneiro<amane...@icarto.es>:
>> Hello there,
>>
>> I'm going through some OpenLayers/GeoExt examples and I've configured a
>> proxy to get over the same_host_policy in javascript.
>>
>> Although some of the examples are working, others not (specifically the
>> ones with geoext). So, I've gone through the basic http petition to see
>> what's happening. So, if I've typed this URI in my browser:
>>
>> http://localhost/cgi-bin/proxy.cgi?url=http://localhost:8080/geoserver/wms?_dc=1298030235325&service=WMS&request=getcapabilities
>>
>> The result is this xml response: http://pastebin.com/8sMddJhd
>>
>> "Could not determine geoserver request from http request
>> org.springframework.security.wrapper.SavedRequestAwareWrapper@1919e73"
>>
>> Any ideas about how to solve it?
>>
>> thanks in advance,
>> amaneiro
>>
>> ------------------------------------------------------------------------------
>> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
>> Pinpoint memory and threading errors before they happen.
>> Find and fix more than 250 security defects in the development cycle.
>> Locate bottlenecks in serial and parallel code that limit performance.
>> http://p.sf.net/sfu/intel-dev2devfeb
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to