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 <[email protected]>:
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
-------------------------------------------------------
Ivan Grcic
GeoSolutions S.A.S.
Software Engineer


Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313
mob:   +39 328 0559267


http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://twitter.com/geosolutions_it
http://www.youtube.com/user/GeoSolutionsIT


-------------------------------------------------------

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to