planetfederal / geodroid-server

Apache License 2.0
3 stars 4 forks source link

Crash on invalid CQL in query parameter #28

Closed dwins closed 10 years ago

jdeolive commented 10 years ago

Can you provide some more info. The cql filter you tried, the data you are working against, etc... tried to reproduce and could not. On an invalid filter i get back an error message and the app doesn't crash.

dwins commented 10 years ago

Testing on a Nexus 4, Android 4.3 Build JWR66Y. Test dataset is states.json provided as part of test plan and presumably generated from the topp:states layer from GeoServer's default configuration.

This query works: http://localhost:8000/features/states.json?filter=STATE_NAME+EQ+'Virginia' This one crashes the server (just remove one character from the end of the URL): http://localhost:8000/features/states.json?filter=STATE_NAME+EQ+'Virginia

When I say crash I mean the Android "app has closed unexpectedly" prompt appears. Further requests after this get "Could not connect" errors in Chrome so it seems the server really is shut down.

ischneider commented 10 years ago

see jeo/jeo#16, jeo/jeo#17