Re: [Geoserver-devel] Error on runnig Start.java class on eclipse

2013-05-06 Thread Geoff Williams
Hi Asma, > Hi everybody, > am following this tuto > http://docs.geoserver.org/trunk/en/developer/quickstart/index.html to run > geoserver in eclipse (run start.java) , but am getting this errors i have > no idea what those errors means plz help: (it's a bit long) > 06 mai 12:06:12 WARN [mortbay.l

[Geoserver-devel] [jira] (GEOS-5792) Enhancement to sql views - basic SQL parameter escaping

2013-04-28 Thread Geoff Williams (JIRA)
Minor Reporter:

Re: [Geoserver-devel] Enhancement to sql views - basic SQL parameter escaping

2013-04-17 Thread Geoff Williams
On 18/04/13 00:09, Andrea Aime wrote: > Thanks, I'll have a look as soon as possible. Given that at work I'm > buried , and this weekend I have to help doing the 2.3.1 release (since no > other developer stepped in)... it's likely going to be delayed to the > weekend after it No worries Andrea, a

Re: [Geoserver-devel] Enhancement to sql views - basic SQL parameter escaping

2013-04-17 Thread Geoff Williams
Hi List, > I'd like to propose an enhancement to SQL views to allow the option > of SQL > escaping a string that has already passed regular expression validation > before running the SQL. I've had a go at this, please see: https://github.com/geotools/geotools/pull/186 https://githu

Re: [Geoserver-devel] Enhancement to sql views - basic SQL parameter escaping

2013-04-15 Thread Geoff Williams
Hi Andrea, I'd like to propose an enhancement to SQL views to allow the option of SQL escaping a string that has already passed regular expression validation before running the SQL. This sounds like a backwards incompatible change, I believe it should be a separate flag?

Re: [Geoserver-devel] Enhancement to sql views - basic SQL parameter escaping

2013-04-14 Thread Geoff Williams
I think this would just be in the geoserver code. Idea is to apply the escaping to the parameters if they pass regexp validation so it would be right next to that code where ever it is at the moment Jody Garnett wrote: >Is your option just hitting the GeoServer codebase? Or does it have to >be

Re: [Geoserver-devel] new feature: GeoServer hit counts > server max features -- GEOS-5627 + patch

2013-02-02 Thread Geoff Williams
On 02/02/13 20:36, Andrea Aime wrote: > Err... normally I'd choose prime numbers, but the line before has 83 and 87, > of which only 83 is prime. I guess choosing two primes is probably > better, and then > remove the comment :-) > > Let's hear what the other developers think about this > > Cheers

[Geoserver-devel] new feature: GeoServer hit counts > server max features -- GEOS-5627 + patch

2013-02-02 Thread Geoff Williams
Hi List, I discussed getting GeoServer hit counts > max features limit a while back on the user's list and Andrea pointed me to the developers list to pursue it further. I've taken some time out this weekend to develop a patch against master that adds this capability and lets users configure i

[Geoserver-devel] [jira] (GEOS-5627) geoserver hit counts > server max features

2013-02-02 Thread Geoff Williams (JIRA)
Reporter: Geoff Williams This messag