[Geoserver-devel] WMS reflector broken on 1.5.1?

Hey, I can't seem to get the WMS reflector to work any more. I'm working with the nightly from the 18th. On 1.5.0 you could do
http://localhost:8080/geoserver/wms/reflect?layers=topp:states

I put 1.5.1 on sigma, and when you do: http://sigma.openplans.org:8080/geoserver-151/wms/reflect?layers=topp:states

You get that width and height aren't specified.

I'm sorry I had no unit tests for this, but has anyone done a change that would make it so the Reflect.java servlet isn't picked up? Maybe changes to web.xml or that would affect that? I don't think I edited anything to get the reflector to get picked up, but maybe now it needs to be explicitly set?

Chris

--
Chris Holmes
The Open Planning Project
http://topp.openplans.org

Chris Holmes ha scritto:

Hey, I can't seem to get the WMS reflector to work any more. I'm working with the nightly from the 18th. On 1.5.0 you could do
http://localhost:8080/geoserver/wms/reflect?layers=topp:states

I put 1.5.1 on sigma, and when you do: http://sigma.openplans.org:8080/geoserver-151/wms/reflect?layers=topp:states

You get that width and height aren't specified.

Just checked on my 1.5.x checkout...

http://localhost:8080/geoserver/wms/reflect?layers=topp:states

returns:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?><!DOCTYPE ServiceExceptionReport SYSTEM "http://localhost:8080/geoserver/schemas//wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt; <ServiceExceptionReport version="1.1.1"> <ServiceException>WIDTH and HEIGHT incorrectly specified</ServiceException> </ServiceExceptionRe

whilst:
http://localhost:8080/geoserver/wms/reflect?layers=topp:states

returns an image...
May it be that it's just taking too much time to return the image?
I have my local geoserver under heavy load since one hour (150
threads hitting a 32threads pool) and it takes a couple of seconds
to get an answer here...

Cheers
Andrea