Hi,
The problem had something to do with the GeoServer. To be exact with the Jetty-Server. The SLD seems to large for the HeaderBufferSize of the Jetty. With: <Configure id="Server" class="org.mortbay.jetty.Server"> <Call name="addConnector"> <Arg> <New class="org.mortbay.jetty.nio.SelectChannelConnector"> <Set name="port"><SystemProperty name="jetty.port" default="8080"/></Set> <Set name='headerBufferSize'>8192</Set> </New> </Arg> </Call> </Configure> in the Jetty.xml The default Value for the headerBufferSize is 4096. you can increase the HeaderBufferSize. After this, the Legend works as it should be. regards, Sascha _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
