[Geoserver-devel] Changes to RESTConfig coverage handling

2011-08-17 Thread David Winslow
attached fixes it without other side-effects, but I would love for a developer who is a heavier user of this functionality to take a look before we bring in this change. -- David Winslow OpenGeo - http://opengeo.org/ -- Get

Re: [Geoserver-devel] plaintext password storage

2011-08-18 Thread David Winslow
Since this proposal changes the representation used to store datastore configurations, will it affect the REST API? -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Aug 18, 2011 at 9:02 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: Great work on this Ian. A very very welcome change

Re: [Geoserver-devel] Broken GetCapabilities and Translation Errors

2011-09-09 Thread David Winslow
the capabilities document hide layers instead of generating invalid XML would be a nice step in the same direction IMHO. Just throwing out an idea, hope it's not too much of a tangent. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Sep 9, 2011 at 2:38 AM, Andrea Aime andrea.a...@geo-solutions.itwrote

Re: [Geoserver-devel] Flow of Documentation Changes?

2011-09-22 Thread David Winslow
, but it sounds like it doesn't if we are running into problems with the TOC. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Sep 22, 2011 at 2:27 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Thu, Sep 22, 2011 at 3:31 AM, David Collins david.8.coll...@gmail.com wrote: Hello, When

Re: [Geoserver-devel] Non advertised layers, a bit of design discussion

2011-09-28 Thread David Winslow
It seems we could have interface CatalogFilter and abstract class AbstractCatalogFilter implements CatalogFilter to provide a convenient base class while still having the flexibility of an interface. Or am I misinterpreting your suggestion? -- David Winslow OpenGeo - http://opengeo.org/ On Wed

Re: [Geoserver-devel] GSIP 65 - Voting required

2011-10-20 Thread David Winslow
Hmm, usually I can ssh in and kick confluence when this happens but today the machine seems to be locked up a bit harder. I've contacted our admin about this but it may be another hour or two before he can look at it. Sorry about the inconvenience. -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] GSIP 65 - Voting required

2011-10-20 Thread David Winslow
geoserver.org is back up now. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Oct 20, 2011 at 9:34 AM, David Winslow dwins...@opengeo.org wrote: Hmm, usually I can ssh in and kick confluence when this happens but today the machine seems to be locked up a bit harder. I've contacted our

Re: [Geoserver-devel] Style editing

2011-10-24 Thread David Winslow
of java.util.Formatter. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Oct 24, 2011 at 3:51 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Thu, Oct 20, 2011 at 3:13 PM, David Winslow dwins...@opengeo.orgwrote: But I would like to get a bit of conversation started about adding format

Re: [Geoserver-devel] Need some clarification on the rest API for configuring a Geoserver

2011-11-08 Thread David Winslow
main module for parsing the config options since the config format isn't well documented or stable either. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Nov 8, 2011 at 2:36 PM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi all, I have found that it is often useful to install

Re: [Geoserver-devel] Rethinking the role of the web-app module

2011-11-09 Thread David Winslow
.) Eventually I think going with the flow of maven a bit more could assist in making the web module more flexible but I haven't looked at what that would imply. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Nov 9, 2011 at 2:00 PM, Gabriel Roldan grol...@opengeo.org wrote: A big +1. On a related

Re: [Geoserver-devel] Style editing

2011-11-17 Thread David Winslow
Just an update - most of the CSS module code on trunk is in Java now (I would like to make some changes to the underlying library before porting the last little bits.) -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Oct 24, 2011 at 10:00 AM, David Winslow dwins...@opengeo.orgwrote

Re: [Geoserver-devel] workspace local global config

2011-12-14 Thread David Winslow
How about: WorkspaceInfo -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Dec 14, 2011 at 6:19 PM, Justin Deoliveira jdeol...@opengeo.orgwrote: Thanks Andrea, I think this way is much cleaner as well. And we can minimize api impact by keeping all the methods on GeoServerInfo intact

Re: [Geoserver-devel] workspace local global config

2011-12-15 Thread David Winslow
Yes, I was implying that it would make some sense to put workspace-local settings in the WorkspaceInfo interface. It's not like that interface is particularly overloaded (in the colloquial sense) right now, and the naming seems to make sense. -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] styles per workspace

2012-01-05 Thread David Winslow
With regard to the resource file name, maybe it would be better to provide some tools for verifying the resources for a style (ie, don't persist the file list, don't automatically move image files around, just add a 'Validate Resource References' button on the style editor page.) -- David Winslow

Re: [Geoserver-devel] asking for feedback on gwc integration improvements

2012-01-25 Thread David Winslow
complicated object instead of a simple string. Just throwing it out there. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Jan 25, 2012 at 11:54 AM, Gabriel Roldan grol...@opengeo.orgwrote: Hey Andrea, thanks for the great feedback. comments inline. On Wed, Jan 25, 2012 at 10:33 AM, Andrea

[Geoserver-devel] Static analysis

2012-03-09 Thread David Winslow
Findbugs output and help you compare it across builds. Thoughts? -- David Winslow OpenGeo - http://opengeo.org/ [1]: http://findbugs.sourceforge.net/ [2]: https://github.com/geoserver/geoserver/blob/master/src/main/src/main/java/org/geoserver/security/decorators/SecuredFeatureCollection.java#L118

[Geoserver-devel] Catalog validation docs?

2012-03-13 Thread David Winslow
without a resource should fail validation - but the operation to add the name is commented out, meaning that the no-name validation is just tested again. -- David Winslow OpenGeo - http://opengeo.org/ -- Keep Your Developer

Re: [Geoserver-devel] Catalog validation docs?

2012-03-14 Thread David Winslow
://jira.codehaus.org/browse/GEOS-5001 -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Mar 14, 2012 at 9:03 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: Well this type of documentation is different from user docs right.. this is api documentation which is something we have never focused

Re: [Geoserver-devel] jsr 223 based scripting module(s)

2012-03-19 Thread David Winslow
* for developers to start developing against GeoServer who have no idea how to use a Java debugger or read a stack trace. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Mar 19, 2012 at 5:40 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Mon, Mar 19, 2012 at 5:11 AM, Martin Davis mda

Re: [Geoserver-devel] jsr 223 based scripting module(s)

2012-03-19 Thread David Winslow
I can add some, but there are already about 60 bugs open against the REST API: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+GEOS+AND+resolution+%3D+Unresolved+AND+component+%3D+REST+ORDER+BY+priority+DESC -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] findbugs integrated into build

2012-03-20 Thread David Winslow
where the developer is opting in. [1] By severity here I just mean a rank that Findbugs assigns. I'm not sure of the math/data behind it but from my perusing the reports low ranks seem highly correlated with actual problems. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Mar 20, 2012 at 1

Re: [Geoserver-devel] findbugs integrated into build

2012-03-21 Thread David Winslow
Glad this is set up, thanks a lot Justin. I think the process you suggest for dealing with un-resolved violations makes sense too. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Mar 21, 2012 at 10:46 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: Hey David, Makes sense, I have

[Geoserver-devel] Unique name generation

2012-04-18 Thread David Winslow
workspace, String requestedName, Class? extends ResourceInfo resourceType) } which would handle that logic in a more centralized location. Any thoughts? This is relevant to at least these tickets: http://jira.codehaus.org/browse/GEOS-2635 https://jira.codehaus.org/browse/GEOS-5057 -- David Winslow

Re: [Geoserver-devel] Unique name generation

2012-04-19 Thread David Winslow
Which projects? Are there other places in the GeoServer code base that should be refactored to use the new API? -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Apr 19, 2012 at 8:26 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: +1. I have actually needed this functionality on other

[Geoserver-devel] More on name conflict resolution (in REST API)

2012-04-23 Thread David Winslow
(a postgis table) and I try to import a shapefile into the postgis store through the REST API. Should the shapefile be appended to topp:states_1 or added as a new featuretype in topp:states_2? [1]: http://comments.gmane.org/gmane.comp.gis.geoserver.devel/16512 -- David Winslow OpenGeo - http

[Geoserver-devel] Missing files in the user docs?

2012-04-24 Thread David Winslow
to postgresqlSession.png, and aaime also for legendoptions.png . Any chance you still have the images around? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Geoserver-devel] Missing files in the user docs?

2012-04-24 Thread David Winslow
on trunk (the legendoptions image is still MIA,) so I'll backport it. Thanks for looking at this, Martin. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Apr 24, 2012 at 4:52 PM, Martin Davis mda...@opengeo.org wrote: I've been building the User Guide recently too. I get

Re: [Geoserver-devel] GSIP 69 - Catalog scalability enhancements - OOM and fast startup

2012-04-30 Thread David Winslow
interested to hear them. (The rough idea, buffer starting with an open tag until a closing tag is encoded, is pretty straightforward but I am not very familiar with the APIs and implementations involved.) -- David Winslow OpenGeo - http://opengeo.org/ On Sat, Apr 28, 2012 at 3:29 PM, Andrea Aime

Re: [Geoserver-devel] More on name conflict resolution (in REST API)

2012-04-30 Thread David Winslow
the update= parameter and append or overwrite when the desired resource is already present in the target store, right? -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Apr 24, 2012 at 1:02 PM, Gabriel Roldan grol...@opengeo.org wrote: On Mon, Apr 23, 2012 at 7:23 PM, Justin Deoliveira

Re: [Geoserver-devel] More on name conflict resolution (in REST API)

2012-05-01 Thread David Winslow
succinctly, the uploaded data would need to contain a subset of the fields in the target (and omitted fields would default to NULL.) -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Apr 30, 2012 at 8:36 PM, Justin Deoliveira jdeol...@opengeo.orgwrote: On Mon, Apr 30, 2012 at 10:15 PM, David

Re: [Geoserver-devel] More on name conflict resolution (in REST API)

2012-05-01 Thread David Winslow
; Either way, we could let it incubate in the GeoServer REST API for a generation or two instead of having it go straight to GeoTools, making it less of a blocker for the release. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, May 1, 2012 at 8:49 AM, Andrea Aime andrea.a...@geo

Re: [Geoserver-devel] More on name conflict resolution (in REST API)

2012-05-03 Thread David Winslow
of the deep end for now and get to work on bringing my existing patch for http://jira.codehaus.org/browse/GEOS-5056 up to a better level of testing/documentation. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, May 1, 2012 at 3:21 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue

[Geoserver-devel] SecurityNamedServiceConfig

2012-05-09 Thread David Winslow
about implementing these methods? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: [Geoserver-devel] SecurityNamedServiceConfig

2012-05-09 Thread David Winslow
Thanks, and sure I'll touch up the javadocs. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, May 9, 2012 at 10:22 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: Hey David, Indeed, it should read This method should not be used by client code.. I guess that is a bit too strong

[Geoserver-devel] Loading security filter config from beans?

2012-05-09 Thread David Winslow
I rely on this behavior in GeoNode? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: [Geoserver-devel] Loading security filter config from beans?

2012-05-09 Thread David Winslow
Yes, it makes sense. Thanks Justin. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, May 9, 2012 at 5:01 PM, Justin Deoliveira jdeol...@opengeo.orgwrote: Hey David, Short answer, yes, you can rely on it. Long answer, the support for spring bean lookup was to support authentication

Re: [Geoserver-devel] Hard to inspect stack traces after translators transaction support

2012-06-01 Thread David Winslow
I can provide a patch to make it behave that way. But before I do, what about just making the null-check explicit in the various XML methods in the transformer? That way the offending method call still shows up in the actual stack trace. -- David Winslow OpenGeo - http://opengeo.org/ On Fri

[Geoserver-devel] Test failures on stable branch

2012-06-05 Thread David Winslow
) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) I'm not sure where to go from here (and apparently Hudson is doing ok..) Any hints? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual

Re: [Geoserver-devel] Test failures on stable branch

2012-06-05 Thread David Winslow
Aha. I fumbled a bit in upgrading my OS, so we can chalk this one up to user error. Sorry for the noise, all. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Jun 5, 2012 at 10:04 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Jun 5, 2012 at 3:38 PM, David Winslow dwins

Re: [Geoserver-devel] Test failures on stable branch

2012-06-05 Thread David Winslow
is missing and preventing 32-bit Java from reading the PNGs. Rather than try and get my 32-bit builds working again I have just grabbed a 64-bit JDK for now. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Jun 5, 2012 at 11:37 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Jun 5

Re: [Geoserver-devel] kml reflector ignoring the bbox in the request

2012-06-05 Thread David Winslow
Both changes sound reasonable to me. btw, what does the WMS reflector do? I think it would be nice to keep the two consistent where possible. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Jun 5, 2012 at 1:38 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: Hi, I was playing

Re: [Geoserver-devel] CatalogImpl allows to add multiple layers for a given ResourceInfo leaving the catalog in an inconsistent state

2012-06-07 Thread David Winslow
Sounds like a dupe of http://jira.codehaus.org/browse/GEOS-5001? -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Jun 6, 2012 at 6:10 PM, Justin Deoliveira jdeol...@opengeo.orgwrote: Hey Gabriel, Thanks for the explanation. Since indeed the many-to-one layer to resource is never

[Geoserver-devel] Automatic configuration of security extensions

2012-06-07 Thread David Winslow
point is required (or just a flag of some sort indicating at what phase of configuration the GeoServerInitializer should run.)? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live

Re: [Geoserver-devel] Automatic configuration of security extensions

2012-06-08 Thread David Winslow
the instanceof check for us and the implementation gets a bit simpler. I went ahead and wrote up a patch which is attached. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Jun 8, 2012 at 3:49 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Fri, Jun 8, 2012 at 4:46 AM, Justin Deoliveira jdeol

Re: [Geoserver-devel] Automatic configuration of security extensions

2012-06-08 Thread David Winslow
of it running independently after the rest of the application starts up.) Since I'm starting to get into the weeds a bit I've put up my branch on Github: https://github.com/dwins/geoserver/compare/security-autoconfiguration Thanks for any advice. -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] Automatic configuration of security extensions

2012-06-12 Thread David Winslow
Putting the hook in the existing ApplicationEvent handler worked like a charm, thanks. I have put together a consolidated patch with the changes and a test case: http://jira.codehaus.org/browse/GEOS-5158 -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Jun 11, 2012 at 12:19 AM, Justin

Re: [Geoserver-devel] Big security patch before RC

2012-06-15 Thread David Winslow
Is it feasible to reduce the size of the patch by including only the consistency fixes, and shipping a GeoServer 2.2 release that knowingly contains UI bugs and uses deprecated (but presumed working) code? -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Jun 15, 2012 at 9:50 AM, Christian

Re: [Geoserver-devel] improving test times

2012-06-15 Thread David Winslow
the existing code base; we might be able to pull off a copy-on-read approach though. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Jun 15, 2012 at 5:06 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Fri, Jun 15, 2012 at 4:38 AM, Justin Deoliveira jdeol...@opengeo.org wrote: (1

Re: [Geoserver-devel] improving test times

2012-06-15 Thread David Winslow
that migration fairly smooth by having GeoServerTestSupport just delegate appropriate calls to a GeoServerTester managed by its setup and teardown methods. -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security

[Geoserver-devel] GeoServerRole.ADMIN_ROLE vs. GeoServerRoleService.getAdminRole()

2012-06-27 Thread David Winslow
ADMIN_ROLE and the local admin role mentioned in http://jira.codehaus.org/browse/GEOS-5101 ? Is that appropriate/intended? -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event

[Geoserver-devel] Build failures on master

2012-07-10 Thread David Winslow
in that case though. Any thoughts on what I should do next in terms of troubleshooting would be appreciated. -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Geoserver-devel] Build failures on master

2012-07-10 Thread David Winslow
/f8711050b3c308a046e4c432b004737fc674efb9 -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Jul 10, 2012 at 11:33 AM, David Winslow dwins...@opengeo.orgwrote: Hi all, I'm seeing some build failures on master now. After sniffing around a bit, I see that the usa coverage dataset

Re: [Geoserver-devel] Pull requests

2012-07-11 Thread David Winslow
Given that the pull request was not summarily merged, I guess this counts as more significant. I have created a JIRA issue: http://jira.codehaus.org/browse/GEOT-4199 -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Jul 11, 2012 at 2:50 AM, Jody Garnett jody.garn...@gmail.comwrote: I

Re: [Geoserver-devel] Build failures on master

2012-07-11 Thread David Winslow
i say let;s merge it in. They do pass so I did the merge. Of course, now that I write that I realize I never even compiled the extensions or community modules so the next Hudson build might complain... -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] Pull requests

2012-07-12 Thread David Winslow
is the way to go. If you don't want to add a remote for my repository you can just write: git fetch git://github.com/dwins/geotools.gitexception-swallowing-in-ImageMosaic After that my branch will appear as a local one for you named FETCH_HEAD. -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] Wicket UI bugs

2012-07-12 Thread David Winslow
a sprint can be arranged? -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Jul 12, 2012 at 4:32 PM, Rolando Peñate rpen...@opengeo.org wrote: Hey folks, I've found and ticketed some very low hanging fruit I found while poking around in the Wicket UI and noticed there were a lot of other

[Geoserver-devel] Maven artifacts

2012-07-16 Thread David Winslow
. Is this intended? Should I be building differently to be consistent with the public repository? GeoNode is currently listing web-app as a dependency, but if those JAR files contain all of geoserver then it will effectively double the file size of our WARs. -- David Winslow OpenGeo - http

[Geoserver-devel] Security nitpicks.

2012-07-30 Thread David Winslow
://github.com/geoserver/geoserver/blob/master/src/web/security/src/main/java/org/geoserver/security/web/auth/AuthenticationFilterPanel.java -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference

[Geoserver-devel] Wicket updates?

2012-08-10 Thread David Winslow
the current sources against Wicket 1.5.7. -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

Re: [Geoserver-devel] Wicket updates?

2012-08-10 Thread David Winslow
out the shared-branch approach. We could make a feature branch in the geoserver/geoserver repository on Github for this. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Aug 10, 2012 at 12:28 PM, Justin Deoliveira jdeol...@opengeo.orgwrote: Looking over the what's new in either version I

Re: [Geoserver-devel] Tip for reviewing pull requests locally

2012-08-13 Thread David Winslow
On the same vein, I just saw this gist: https://gist.github.com/3342247 A bit more setup up front, but afterwards those pull requests will be included when you do a normal 'git fetch' - avoiding one step of the above process. -- David Winslow OpenGeo - http://opengeo.org/ On Sat, Aug 11, 2012

Re: [Geoserver-devel] Process selection landed on trunk

2012-08-14 Thread David Winslow
for a blocked namespace, expanding it allows you to choose individual processes to allow, or the other way around for allowed namespaces.) Depending on how it's done, the GUI could even persist to a plain text file that MapServer-style admins could hack on :) -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] time precision with WMS

2012-08-14 Thread David Winslow
(and I'm going to go ahead and start looking into implementing that behavior.) But please speak up if this is really unacceptable! Also, has this issue been filed in JIRA? -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Jul 19, 2012 at 1:02 PM, Martin Davis mda...@opengeo.org wrote: A few

Re: [Geoserver-devel] time precision with WMS

2012-08-14 Thread David Winslow
time resolutions require a time range. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Aug 14, 2012 at 4:05 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Aug 14, 2012 at 9:44 PM, Ian Schneider ischnei...@opengeo.orgwrote: I don't mean to sound disgruntled, but want

Re: [Geoserver-devel] time precision with WMS

2012-08-15 Thread David Winslow
/end without a resolution*. So it turns out that's not a GeoServer-specific extension after all :) -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Aug 15, 2012 at 11:55 AM, Martin Davis mda...@opengeo.org wrote: On Wed, Aug 15, 2012 at 6:41 AM, Andrea Aime andrea.a...@geo-solutions.it

Re: [Geoserver-devel] Wicket updates?

2012-08-15 Thread David Winslow
onto this branch periodically, that should make merging the other way pretty painless when the time comes. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Aug 10, 2012 at 12:40 PM, David Winslow dwins...@opengeo.orgwrote: This makes sense to me. The 6.0.0 Beta 3 announcement cites

Re: [Geoserver-devel] time precision with WMS

2012-08-17 Thread David Winslow
-with-time-zone affects our WMS GetCapabilities output too. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Aug 16, 2012 at 6:41 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Wed, Aug 15, 2012 at 11:08 PM, David Winslow dwins...@opengeo.orgwrote: I've tried to be a bit more

Re: [Geoserver-devel] Wicket updates?

2012-08-20 Thread David Winslow
Thanks for looking into this and for the detailed report as well. Given the changes you cite I would tend to agree that bumping one major wicket version is probably all that is reasonable even for the master branch right now. -- David Winslow OpenGeo - http://opengeo.org/ On Sun, Aug 19, 2012

Re: [Geoserver-devel] Maven build error in WFS module

2012-08-20 Thread David Winslow
with your local configuration though - probably we'll have it sorted out in time for your next evening hack. FWIW, a local 'mvn install -DskipTests' of GeoTools completed in a couple of minutes and got GeoServer back on track. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Aug 20, 2012 at 8:44

Re: [Geoserver-devel] time precision with WMS

2012-08-22 Thread David Winslow
I have created a ticket at: http://jira.codehaus.org/browse/GEOS-5280 The branch I made is based on master but I think that we could backport it to 2.1.x pretty easily. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Aug 17, 2012 at 5:17 PM, David Winslow dwins...@opengeo.org wrote: I

[Geoserver-devel] Reduced Accuracy TIME

2012-08-27 Thread David Winslow
suppose the fall-back plan is to introduce the TIME parsing changes only on the master branch. -- David Winslow OpenGeo - http://opengeo.org/ -- Live Security Virtual Conference Exclusive live event will cover all the ways

[Geoserver-devel] Redundancy in new CatalogStressTester

2012-09-10 Thread David Winslow
that startLink and progress are being added to the AjaxRequestTarget both before the try-block and in its finally clause. This seems unnecessary - what's going on there? While I'm at it, is there a more specific exception type than Exception that we should be catching here? -- David Winslow OpenGeo - http

Re: [Geoserver-devel] Two steps to add to the release process?

2012-09-25 Thread David Winslow
http://docs.geoserver.org/stable/en/developer/release-guide/index.html On Tue, Sep 25, 2012 at 10:54 AM, Rolando Peñate rpen...@opengeo.orgwrote: On Tue, Sep 25, 2012 at 1:57 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Tue, Sep 25, 2012 at 12:23 AM, Mike Pumphrey m...@opengeo.org

Re: [Geoserver-devel] Two steps to add to the release process?

2012-09-25 Thread David Winslow
meant to illustrative, maybe it would make sense to redo it without any actual dates on it. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Sep 25, 2012 at 11:27 AM, David Winslow dwins...@opengeo.orgwrote: http://docs.geoserver.org/stable/en/developer/release-guide/index.html On Tue, Sep

Re: [Geoserver-devel] Trying to call request on Apache Server

2012-09-28 Thread David Winslow
can use the ProxyPass directive (enabled by the mod_proxy and mod_proxy_http modules) to configure this. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Sep 28, 2012 at 8:08 AM, krunal krunalr...@gmail.com wrote: Hello, I am facing one problem while working on GeoServer. I am working

Re: [Geoserver-devel] Freemarker templates editing via REST

2012-10-02 Thread David Winslow
)? -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct 2, 2012 at 9:23 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: On Tue, Oct 2, 2012 at 4:53 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Hi, the current support for editing ftl templates in GeoServer is kinda lacking, currently

Re: [Geoserver-devel] Freemarker templates editing via REST

2012-10-02 Thread David Winslow
this information in the response to requests against the templates/ resource. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct 2, 2012 at 9:37 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Oct 2, 2012 at 3:28 PM, David Winslow dwins...@opengeo.orgwrote: I agree that it would

Re: [Geoserver-devel] GetLegendGraphic Enhancements

2012-10-03 Thread David Winslow
org.geoserver.config.util.XStreamPersister will need to be modified to account for this, but even if it's not that's probably a good place to start digging around. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct 2, 2012 at 7:24 PM, Yancy Matherne yancy.mathe...@geocent.comwrote: David, Thank

Re: [Geoserver-devel] New scripting community module

2012-10-05 Thread David Winslow
:( Now all previous votes have been lost in a rounding error. This will replace the previous 'scriptlet' and 'python' community modules, correct? Are those going to be removed? -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Oct 5, 2012 at 9:21 AM, Andrea Aime andrea.a...@geo

Re: [Geoserver-devel] GSIP 80 - call for vote

2012-10-05 Thread David Winslow
+1! I've gone from typically 24 minutes for a clean build to 11 on this last one. Very welcome improvement, nice work guys. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Oct 4, 2012 at 10:58 AM, Juan Marín Otero juan.marin.ot...@gmail.com wrote: I have to say that this is an awesome

Re: [Geoserver-devel] New scripting community module

2012-10-05 Thread David Winslow
Ok, let's remove scriptlet. I haven't touched it in quite some time. I know Tim Schaub has some unmerged changes in his fork of GeoServer on Github, but I think he's moved on to the new scripting module as well. -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Oct 5, 2012 at 9:33 AM

[Geoserver-devel] Build broken on master?

2012-10-13 Thread David Winslow
] org.geoserver.security.decorators.SecuredGetMapRequest is not abstract and does not override abstract method setBBox(org.opengis.geometry.Envelope) in org.geotools.data.wms.request.GetMapRequest I suppose the API has changed on the GeoTools side? -- David Winslow OpenGeo - http://opengeo.org

Re: [Geoserver-devel] Build broken on master?

2012-10-15 Thread David Winslow
Thanks for looking into this, Jody. -- David Winslow OpenGeo - http://opengeo.org/ On Sun, Oct 14, 2012 at 1:01 AM, Jody Garnett jody.garn...@gmail.comwrote: Update; is fixed (https://github.com/geoserver/geoserver/pull/37). -- Jody Garnett On Sunday, 14 October 2012 at 9:47 AM, David

[Geoserver-devel] Dropping IE6 compatibility?

2012-10-15 Thread David Winslow
this up the last time because I had both 'origin' and 'dwins' pointing to g...@github.com:geoserver/geoserver.git . Oops! -- David Winslow OpenGeo - http://opengeo.org/ -- Don't let slow site performance ruin your business

Re: [Geoserver-devel] Dropping IE6 compatibility?

2012-10-16 Thread David Winslow
backwards incompatibility. Other browser mapping libraries (I am thinking of PolyMaps in particular) seem to be doing without IE6 support. I will also point out http://www.ie6countdown.com/ which is in fact run by the Internet Explorer team. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct

Re: [Geoserver-devel] Dropping IE6 compatibility?

2012-10-16 Thread David Winslow
How does this one look? https://docs.google.com/a/opengeo.org/spreadsheet/viewform?formkey=dDhVTFB6aHJjR3MyU1k1VVlGQmtVbFE6MQ -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct 16, 2012 at 10:30 AM, Justin Deoliveira jdeol...@opengeo.orgwrote: On Tue, Oct 16, 2012 at 7:35 AM, Andrea

[Geoserver-devel] DTD issues in WMS GetCapabilities responses

2012-10-18 Thread David Winslow
as in 1.3.0 I would much prefer that solution. -- David Winslow OpenGeo - http://opengeo.org/ -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today

Re: [Geoserver-devel] DTD issues in WMS GetCapabilities responses

2012-10-18 Thread David Winslow
I see that this issue is already fixed. Sorry for the noise; I was testing against an old snapshot of the 2.1.x series. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Oct 18, 2012 at 11:48 AM, David Winslow dwins...@opengeo.orgwrote: Speaking of Internet Explorer compatibility, I am

Re: [Geoserver-devel] Dropping IE6 compatibility?

2012-10-23 Thread David Winslow
remove the IE6 specific styling. In fact, the survey results seem to reflect the advice that I was given when I asked some of the web designers here at OpenPlans about it - don't worry about any version of Internet Explorer earlier than IE8. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct

Re: [Geoserver-devel] Dropping IE6 compatibility?

2012-10-23 Thread David Winslow
Well, I have been testing my proposed changes in IE7 and IE9 and they don't seem to cause any trouble for IE7. So continuing to support IE7 is fine for my purposes. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Oct 23, 2012 at 10:34 AM, Andrea Aime andrea.a...@geo-solutions.itwrote

Re: [Geoserver-devel] Recent change with mime type handling breaking build and cite tests

2012-10-25 Thread David Winslow
misunderstanding something? I don't think it's valid to have a slash in the type or subtype based on my reading of http://tools.ietf.org/html/rfc2045 . -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Oct 25, 2012 at 10:13 AM, David Winslow dwins...@opengeo.orgwrote: I'm happy to revert

Re: [Geoserver-devel] Freemarker templates editing via REST

2012-10-29 Thread David Winslow
an optional templates element with children representing each template (content.ftl, header.ftl, etc). I recognize that this would present a greater technical challenge to implement, though. -- David Winslow OpenGeo - http://opengeo.org/ On Oct 29, 2012 12:21 PM, Davide davide.sava...@gmail.com wrote

Re: [Geoserver-devel] app-schema build is down (after change to Response)

2012-11-16 Thread David Winslow
enough though - if nothing else I can always revert the reversion :P -- David Winslow OpenGeo - http://opengeo.org/ On Fri, Nov 16, 2012 at 5:22 AM, Jody Garnett jody.garn...@gmail.comwrote: Morning David: A change committed on November 14th has taken the build out, and has your name

Re: [Geoserver-devel] Some research on layer nesting in WMS and some final ideas pre-proposal

2012-12-10 Thread David Winslow
in the caps document, but we also show a new root layer field allowing to configure the root layer. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Dec 10, 2012 at 6:47 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Hi, so far GeoServer did not support well the concept of layer

Re: [Geoserver-devel] New community module: wms-eo

2012-12-10 Thread David Winslow
+1 On Mon, Dec 10, 2012 at 8:06 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: Hi, writing to ask for a new community module, wms-eo, which should gather all the extras we need to write a proper WMS-EO server, including a wizard to setup all the layers forming a WMS-EO group and

Re: [Geoserver-devel] Some research on layer nesting in WMS and some final ideas pre-proposal

2012-12-10 Thread David Winslow
+0 - Group and Container doesn't seem more or less clear than Group and Single and Group Only to me. The main thing IMHO is to avoid overloading the term 'opaque.' And we definitely will have to have some documentation regardless. -- David Winslow OpenGeo - http://opengeo.org/ On Mon, Dec 10

Re: [Geoserver-devel] GSIP 83 - REST Extensible and customizable versions report

2012-12-12 Thread David Winslow
a blacklist instead of a whitelist for filtering the published properties? (Actually, why do the properties need to be filtered at all?) Why provide for rewriting version attribute names? (and what happens if multiple attributes end up with the same name after rewriting?) -- David Winslow OpenGeo - http

Re: [Geoserver-devel] GSIP 83 - REST Extensible and customizable versions report

2012-12-13 Thread David Winslow
Ok, makes sense. If the property filtering was somehow a security concern I'd have pushed for using a blacklist, but I guess we're not too worried about that since administrators must explicitly enable access to the service by non-administrative users. -- David Winslow OpenGeo - http

Re: [Geoserver-devel] Symbols rendering in GetLegendGraphic

2013-01-16 Thread David Winslow
Sounds like a nice improvement to me. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Jan 16, 2013 at 6:22 AM, Mauro Bartolomeoli mauro.bartolome...@geo-solutions.it wrote: An image to explain better the problem. On the left side the current behaviour, on the right the desidered one

[Geoserver-devel] KML Dynamic Icons

2013-01-16 Thread David Winslow
a plan that allows these new features to be developed without impeding or being impeded by the refactor. -- David Winslow OpenGeo - http://opengeo.org/ -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript

  1   2   3   4   5   6   >