<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/geoserver/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/geoserver/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/geoserver/feature-requests/</id><updated>2013-05-29T12:56:53Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Differentiate between styles with the same name</title><link href="https://sourceforge.net/p/geoserver/feature-requests/14/" rel="alternate"/><published>2013-05-29T12:56:53Z</published><updated>2013-05-29T12:56:53Z</updated><author><name>Attila Berenyi</name><uri>https://sourceforge.net/u/aberenyi/</uri></author><id>https://sourceforge.netf016c7078d9eb6200c3eaa80922e1342dcdabfbd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using the "Copy from existing style" function when creating a new style is quite challenging if there are styles with the same name in different workspaces. &lt;/p&gt;
&lt;p&gt;Suggested solution: include the workspace name in the drop down list, e.g. &lt;br /&gt;
workspace1:newStyle&lt;br /&gt;
workspace2:newStyle&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Geoserver problem with farsi(Presian) language!</title><link href="https://sourceforge.net/p/geoserver/feature-requests/13/" rel="alternate"/><published>2012-12-27T14:28:24Z</published><updated>2012-12-27T14:28:24Z</updated><author><name>shokooh</name><uri>https://sourceforge.net/u/shokoohk/</uri></author><id>https://sourceforge.net168ad59138de7264b044f3c9c4af03bc9e97977a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;I create layers from shapefile and my shapefiles has dbf files with farsi(presian) words,in layer preview,click to see feature info I see ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ !!!! please help meeeeee !!!!! I'm in bad situation !!!!!!!!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Advanced feature polyline layer label  </title><link href="https://sourceforge.net/p/geoserver/feature-requests/12/" rel="alternate"/><published>2011-09-01T08:13:20Z</published><updated>2011-09-01T08:13:20Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net0c224a51c26f238f32bc0d03329ae0540eae2fdc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;br /&gt;
it would be nice to have a new "vendor option" that fits the placement of a label along the base line. I mean that the label becomes as long as the line, increasing the space between each character and the next.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Michele&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>REST Config Plugin does not unescape URL</title><link href="https://sourceforge.net/p/geoserver/feature-requests/11/" rel="alternate"/><published>2010-09-22T15:15:53Z</published><updated>2010-09-22T15:15:53Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net6bcd27a85a1a2be718d1a842000150897a317316</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The REST Configuration Plugin does not unescape values in the URL.  For instance, if I have a feature at: &lt;/p&gt;
&lt;p&gt;user-workspace,spaceInFeatureName.zip,Feature with Space&lt;/p&gt;
&lt;p&gt;The URL will escape the spaces in the name with "%20"s, and the URL will be:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://localhost:8181/geoserver/rest/workspaces/user-workspace/datastores/spaceInFeatureName.zip/Feature%20with%20Space" rel="nofollow"&gt;http://localhost:8181/geoserver/rest/workspaces/user-workspace/datastores/spaceInFeatureName.zip/Feature%20with%20Space&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When I try this link, the REST Plugin thinks that the feature name is actually "Feature%20with%20Space" and will not find the feature.  If the REST Plugin correctly unescaped the URL, it would search for "Feature with Space" and find the feature.&lt;/p&gt;
&lt;p&gt;This issue is in both 2.0.2 and the 2.1-beta1 releases of geoserver and the rest plugin.&lt;/p&gt;
&lt;p&gt;Stack trace from the 2.1-beta1 release attached.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>mysql plugin does not even try to connect</title><link href="https://sourceforge.net/p/geoserver/feature-requests/10/" rel="alternate"/><published>2007-10-04T01:51:30Z</published><updated>2007-10-04T01:51:30Z</updated><author><name>Marco Moscardini</name><uri>https://sourceforge.net/u/moscardini/</uri></author><id>https://sourceforge.neta09f326be64cae2f23ef6f6f446a596607270c22</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;could this be a bug or a feature requets... do let me know.&lt;/p&gt;
&lt;p&gt;there we go, I know you all like it ;-) logs&lt;/p&gt;
&lt;p&gt;...&lt;br /&gt;
form  connection params { port=3306, passwd="apache", dbtype="mysql", host="localhost", validate connections=true, max connections=10, user="apache", database="geoserver", min connections=4}&lt;br /&gt;
78094 [WARNING] org.geotools.data.DataStoreFinder - Could not acquire MySQL Database:java.lang.NoClassDefFoundError: org/geotools/data/jdbc/datasource/DataSourceUtil&lt;br /&gt;
java.lang.NoClassDefFoundError: org/geotools/data/jdbc/datasource/DataSourceUtil&lt;br /&gt;
at org.geotools.data.mysql.MySQLDataStoreFactory.getDefaultDataSource(MySQLDataStoreFactory.java:187)&lt;br /&gt;
at org.geotools.data.mysql.MySQLDataStoreFactory.createDataStore(MySQLDataStoreFactory.java:175)&lt;br /&gt;
at org.geotools.data.DataStoreFinder.getDataStore(DataStoreFinder.java:95)&lt;br /&gt;
at org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.java:40)&lt;br /&gt;
at org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataStoresEditorAction.java:132)&lt;br /&gt;
at org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)&lt;br /&gt;
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)&lt;br /&gt;
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)&lt;br /&gt;
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)&lt;br /&gt;
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)&lt;br /&gt;
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:103)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)&lt;br /&gt;
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)&lt;br /&gt;
at org.mortbay.jetty.Server.handle(Server.java:269)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:701)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:617)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)&lt;br /&gt;
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)&lt;/p&gt;
&lt;p&gt;and what is worse is that the credntials are correct and do work, the dbase exists... but from the connection log of mysql, the geoserver does not even try to connect, nevermind auhtenticating himself.&lt;/p&gt;
&lt;p&gt;could be some thing to do with my setup?&lt;/p&gt;
&lt;p&gt;GeoServer 1.5.3&lt;/p&gt;
&lt;p&gt;java version "1.6.0_03"&lt;br /&gt;
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)&lt;br /&gt;
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)&lt;/p&gt;
&lt;p&gt;jetty-5.1.12-1jpp.7.fc8&lt;/p&gt;
&lt;p&gt;it all seams to work and save data in the file system... but mysql fails to work, I will try now with posGIS.&lt;/p&gt;
&lt;p&gt;Just to let you know if I do connect manually with any client I normally get an entry like:&lt;br /&gt;
071004  1:22:31       2 Connect     root@localhost on geoserver&lt;br /&gt;
2 Query       show databases&lt;br /&gt;
2 Query       show tables&lt;br /&gt;
2 Query       select @@version_comment limit 1&lt;br /&gt;
071004  1:22:35       2 Quit &lt;/p&gt;
&lt;p&gt;where in this case I get NOTTHING AT ALL.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>org.vfny.geoserver.servlets.AbstractService - Error writing </title><link href="https://sourceforge.net/p/geoserver/feature-requests/9/" rel="alternate"/><published>2007-02-21T08:40:19Z</published><updated>2007-02-21T08:40:19Z</updated><author><name>emquink</name><uri>https://sourceforge.net/u/emquink/</uri></author><id>https://sourceforge.net1e77e537efa16c1eb01eb39e1119065d77bf6626</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I have a problem. I'm trying to modify a MapBuilder in GeoServer because I need to use a conexion pool, but a problem occured. Can anyone help me?&lt;br /&gt;
The log is:&lt;/p&gt;
&lt;p&gt;62781 [btpool0-3] INFO org.springframework.web.servlet.DispatcherServlet - Servlet 'dispatcher' configured successfully&lt;br /&gt;
59296 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetMapRequest@8845df8b&lt;br /&gt;
59328 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetMapRequest@8845df8b&lt;br /&gt;
59328 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetMapRequest@8845df8b&lt;br /&gt;
59687 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled&lt;br /&gt;
59703 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetMapRequest@8845df8b&lt;br /&gt;
59734 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled&lt;br /&gt;
59750 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request: org.vfny.geoserver.wms.requests.GetMapRequest@8845df8b&lt;br /&gt;
59890 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled&lt;br /&gt;
60343 [GRAVE] org.vfny.geoserver.servlets.AbstractService - Error writing out null&lt;br /&gt;
org.mortbay.jetty.EofException&lt;br /&gt;
at org.mortbay.jetty.HttpGenerator.flushBuffers(HttpGenerator.java:856)&lt;br /&gt;
at org.mortbay.jetty.HttpGenerator$Output.flush(HttpGenerator.java:1069)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:764)&lt;br /&gt;
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)&lt;br /&gt;
at org.vfny.geoserver.util.PartialBufferedOutputStream.forceFlush(PartialBufferedOutputStream.java:206)&lt;br /&gt;
at org.vfny.geoserver.servlets.PartialBufferStrategy.flush(PartialBufferStrategy.java:67)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:596)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:333)&lt;br /&gt;
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:183)&lt;br /&gt;
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:58)&lt;br /&gt;
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)&lt;br /&gt;
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)&lt;br /&gt;
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)&lt;br /&gt;
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)&lt;br /&gt;
at org.mortbay.jetty.Server.handle(Server.java:269)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)&lt;br /&gt;
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)&lt;br /&gt;
Caused by: java.io.IOException: Se ha forzado la interrupci¾n de una conexi¾n existente por el host remoto&lt;br /&gt;
at sun.nio.ch.SocketDispatcher.writev0(Native Method)&lt;br /&gt;
at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:37)&lt;br /&gt;
at sun.nio.ch.IOUtil.write(IOUtil.java:164)&lt;br /&gt;
at sun.nio.ch.SocketChannelImpl.write0(SocketChannelImpl.java:331)&lt;br /&gt;
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:354)&lt;br /&gt;
at java.nio.channels.SocketChannel.write(SocketChannel.java:360)&lt;br /&gt;
at org.mortbay.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:238)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.flush(HttpChannelEndPoint.java:140)&lt;br /&gt;
at org.mortbay.jetty.HttpGenerator.flushBuffers(HttpGenerator.java:778)&lt;br /&gt;
... 35 more&lt;br /&gt;
60343 [ADVERTENCIA] org.vfny.geoserver.servlets.PartialBufferStrategy - OutputStream could not be aborted in time. An error has occurred and could no&lt;br /&gt;
t be sent to the user.&lt;br /&gt;
60343 [INFO] org.vfny.geoserver.servlets.AbstractService - Had an undefined error: null&lt;br /&gt;
63984 [btpool0-3] ERROR org.springframework.web.servlet.DispatcherServlet - Could not complete request&lt;br /&gt;
java.lang.IllegalStateException: STREAM 60375 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled&lt;/p&gt;
&lt;p&gt;at org.mortbay.jetty.Response.getWriter(Response.java:502)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.send(AbstractService.java:844)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:900)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:883)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:607)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:333)&lt;br /&gt;
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:183)&lt;br /&gt;
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:58)&lt;br /&gt;
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)&lt;br /&gt;
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)&lt;br /&gt;
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)&lt;br /&gt;
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)&lt;br /&gt;
at org.mortbay.jetty.Server.handle(Server.java:269)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)&lt;br /&gt;
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)&lt;br /&gt;
64062 [btpool0-3] ERROR org.mortbay.log - /geoserver/wms:&lt;br /&gt;
java.lang.IllegalStateException: STREAM&lt;br /&gt;
at org.mortbay.jetty.Response.getWriter(Response.java:502)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.send(AbstractService.java:844)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:900)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:883)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:607)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:333)&lt;br /&gt;
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:183)&lt;br /&gt;
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:58)&lt;br /&gt;
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)&lt;br /&gt;
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)&lt;br /&gt;
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)&lt;br /&gt;
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)&lt;br /&gt;
at org.mortbay.jetty.Server.handle(Server.java:269)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)&lt;br /&gt;
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)&lt;br /&gt;
64062 [btpool0-3] ERROR org.mortbay.log - /geoserver/wms&lt;br /&gt;
java.lang.IllegalStateException: STREAM&lt;br /&gt;
at org.mortbay.jetty.Response.getWriter(Response.java:502)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.send(AbstractService.java:844)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:900)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.sendError(AbstractService.java:883)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doService(AbstractService.java:607)&lt;br /&gt;
at org.vfny.geoserver.servlets.AbstractService.doGet(AbstractService.java:333)&lt;br /&gt;
at org.geoserver.request.Dispatcher.dispatch(Dispatcher.java:183)&lt;br /&gt;
at org.geoserver.request.Dispatcher.handleRequestInternal(Dispatcher.java:58)&lt;br /&gt;
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:139)&lt;br /&gt;
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:684)&lt;br /&gt;
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:625)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:392)&lt;br /&gt;
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:347)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)&lt;br /&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)&lt;br /&gt;
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)&lt;br /&gt;
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)&lt;br /&gt;
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)&lt;br /&gt;
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)&lt;br /&gt;
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)&lt;br /&gt;
at org.mortbay.jetty.Server.handle(Server.java:269)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)&lt;br /&gt;
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:199)&lt;br /&gt;
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)&lt;br /&gt;
at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)&lt;br /&gt;
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>MsSqlSpatial Support Planned?</title><link href="https://sourceforge.net/p/geoserver/feature-requests/8/" rel="alternate"/><published>2006-12-14T18:44:56Z</published><updated>2006-12-14T18:44:56Z</updated><author><name>andy_s99</name><uri>https://sourceforge.net/u/userid-1668714/</uri></author><id>https://sourceforge.net38c40e0e63dd52f7b0d181801808771603e2de1c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I was wondering if any developers are aware of this open product and if so is anyone planning to add support for it in GeoServer.&lt;/p&gt;
&lt;p&gt;I am using MsSqlSpatial on SqlExpress (not open but free) and on a 64bit windows platform running SQL 2005 x64. I have ArcGIS 9.1 and the new 9.2 ArcGIS server and a variety of extensions. Also author in mapguide. My basic problem , which is solved by MsSqlSpatial is specific geoprocessing tasks need to run using a client arcinfo license which makes nightly production runs on the SQL platform call external resources (ARC). The new release 9.2 still does not support simple access in MsSQL. The simple access spec allows me to write sql syntax to do my geoprocessing which I now do with MsSqlSpatial. &lt;/p&gt;
&lt;p&gt;If GeoServer supported MSSQLSpatial I'd have an excellent way to display and develop web applications with direct access to my geography data. &lt;/p&gt;
&lt;p&gt;Opengeospatial lists the product at...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.opengeospatial.org/resource/products/details/?pid=515" rel="nofollow"&gt;http://www.opengeospatial.org/resource/products/details/?pid=515&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;SFS(TF) 1.1, SFS 1.1.0&lt;/p&gt;
&lt;p&gt;Thanks..&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add Filter Encoding Functions MAX &amp; MIN</title><link href="https://sourceforge.net/p/geoserver/feature-requests/7/" rel="alternate"/><published>2005-03-02T09:05:01Z</published><updated>2005-03-02T09:05:01Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb394c986a8d9a80bc9b84f4f1b7944bd26cb0306</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In order to make possible the use of WFS &amp;amp;WMS in &lt;br /&gt;
dinamic Style design to render layers applications need &lt;br /&gt;
known upper and lower limits os feature attribute to &lt;br /&gt;
enable regular, logaritmic, etc.. intervals definition.&lt;/p&gt;
&lt;p&gt;This operations are possible If both functions (MAX &amp;amp; &lt;br /&gt;
MIN) exists.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Zero Configuration Networking?</title><link href="https://sourceforge.net/p/geoserver/feature-requests/6/" rel="alternate"/><published>2003-09-27T21:12:49Z</published><updated>2003-09-27T21:12:49Z</updated><author><name>Markus Elfring</name><uri>https://sourceforge.net/u/elfring/</uri></author><id>https://sourceforge.netdf791bb1e27cf244281668e9c8b7e3b8ab787393</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would you like to support this standard?&lt;/p&gt;
&lt;p&gt;1. &lt;br /&gt;
&lt;a href="http://www.zeroconf.org/" rel="nofollow"&gt;http://www.zeroconf.org/&lt;/a&gt;&lt;br /&gt;
2. &lt;br /&gt;
&lt;a href="http://www.uow.edu.au/~dfs/projects/2003/projects2003.html" rel="nofollow"&gt;http://www.uow.edu.au/~dfs/projects/2003/projects2003.html&lt;/a&gt;&lt;br /&gt;
3. &lt;br /&gt;
&lt;a href="http://citeseer.org/cs?q=Zero+Configuration+Networking" rel="nofollow"&gt;http://citeseer.org/cs?q=Zero+Configuration+Networking&lt;/a&gt;&lt;br /&gt;
4. &lt;br /&gt;
&lt;a href="http://www.oreillynet.com/pub/wlg/3137" rel="nofollow"&gt;http://www.oreillynet.com/pub/wlg/3137&lt;/a&gt;&lt;br /&gt;
5. &lt;br /&gt;
&lt;a href="http://www.spack.org/index.cgi/ZeroConf" rel="nofollow"&gt;http://www.spack.org/index.cgi/ZeroConf&lt;/a&gt;&lt;br /&gt;
6. &lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/zeroconf/"&gt;http://sourceforge.net/projects/zeroconf/&lt;/a&gt;&lt;br /&gt;
7. &lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/howl/"&gt;http://sourceforge.net/projects/howl/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Support for Universal Plug and Play</title><link href="https://sourceforge.net/p/geoserver/feature-requests/5/" rel="alternate"/><published>2003-08-24T15:54:41Z</published><updated>2003-08-24T15:54:41Z</updated><author><name>Markus Elfring</name><uri>https://sourceforge.net/u/elfring/</uri></author><id>https://sourceforge.net0b6224999ccbb52de9fa997a3a9698540b2b52e2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Would you like to offer an UPnP interface to your server as a &lt;br /&gt;
plugin?&lt;br /&gt;
&lt;a href="http://www.upnp.org/download/UPnPDA10_20000613.htm" rel="nofollow"&gt;http://www.upnp.org/download/UPnPDA10_20000613.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How &lt;br /&gt;
do you think about to support this standard with a library?&lt;br /&gt;
- &lt;br /&gt;
&lt;a href="http://www.cybergarage.org/net/upnp/java/index.html" rel="nofollow"&gt;http://www.cybergarage.org/net/upnp/java/index.html&lt;/a&gt;, &lt;br /&gt;
&lt;a href="http://sourceforge.net/projects/cgupnpjava/"&gt;http://sourceforge.net/projects/cgupnpjava/&lt;/a&gt;&lt;br /&gt;
- &lt;br /&gt;
&lt;a href="http://upnp.sourceforge.net/"&gt;http://upnp.sourceforge.net/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>