Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Julian Hollingbery
Aha, in that case, you are running GeoServer inside a Jetty server which is located at something like C:\Program Files (x86)\GeoServer 2.7.0 Somewhere in here is where you need to make the modification. I have not tried this myself, but from http://wiki.eclipse.org/Jetty/Feature/Cross_Origin_Fi

Re: [Geoserver-users] How do jira assignments work?

2015-10-06 Thread Ben Caradoc-Davies
On 06/10/15 05:07, Walter Stovall wrote: > When I make a checkin do I reference the jira issue? Commits related to a Jira issue should have the Jira tag in the commit message. Often these are in square brackets. See examples here: https://github.com/geoserver/geoserver/commits/master GitHub pull

Re: [Geoserver-users] Seeking approval as a community contributor

2015-10-06 Thread Ben Caradoc-Davies
Welcome, Walter. Developer discussions usually take place on the geoserver-devel mailing list: https://lists.sourceforge.net/lists/listinfo/geoserver-devel Feel free to go ahead and submit github pull requests for fixes and improvements; this does not require any further permission. We like Jir

Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Jair Santos
Sorry, I downloaded the windows installer NOT the windows binary. Thanks. JJ. -Original Message- From: Jair Santos [mailto:jsantos5...@gmail.com] Sent: Tuesday, October 6, 2015 1:12 PM To: 'GeoServer Mailing List List' Subject: RE: [Geoserver-users] How to deal with XMLHttpRequest in G

Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Jair Santos
Well, I downloaded the windows binary and installed geoserver as a windows service using the wizard with default settings. Right now I am creating an openlayers app that is running as the default (port 80) web site in the same server. This openlayer web app is trying to access geoserver with: ne

Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Julian Hollingbery
In that case, I'd guess that you are not running GeoServer inside that IIS? Regards, /julian Fra: Jair Santos [jsantos5...@gmail.com] Sendt: 6. oktober 2015 17:15 Til: 'GeoServer Mailing List List' Emne: Re: [Geoserver-users] How to deal with XMLHttpRequest

Re: [Geoserver-users] Geofence integrated server extension

2015-10-06 Thread Patrick Valsecchi
Emanuele, I have back to back meetings the next two days. I'll give it a try Friday. Thanks! On Mon, Oct 5, 2015 at 9:29 PM, Emanuele Tajariol wrote: > Hi Patrick, > > I just added some more libs to the assembly of the geofence-server plugin; > please try the new zip after the nightly build is

[Geoserver-users] Seeking approval as a community contributor

2015-10-06 Thread Walter Stovall
I am seeking approval for committing geoserver fixes or improvements. Based on the procedure outlined at http://docs.geoserver.org/latest/en/developer/policies/committing.html#comitting I have created a github account with user id wmstoval and have also filled out the corporate contributor agr

Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Jair Santos
Thank you Julian, I did exactly that. So the configuration in the server is rather simple. I've just included a line in the webconfig file , that is It made no difference whatsoever. Then I realized that this change will make IIS send the header, and in my case i

[Geoserver-users] FW: GeoFence would be better if you could share layer details among more than one rule

2015-10-06 Thread Walter Stovall
Actually I spoke too soon. In my use of geofence I don’t see how a LIMIT rule can limit feature attributes returned by WFS. The Editing Limits dialog gives me a way to define an Allowed Area. But it does not let me specify feature attributes to limit. [cid:image001.png@01D1001C.6251D730] Fr

Re: [Geoserver-users] GeoFence would be better if you could share layer details among more than one rule

2015-10-06 Thread Walter Stovall
Thank you Andrea. I totally missed that somehow. Looks like exactly what I need… From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Tuesday, October 06, 2015 9:27 AM To: Walter Stovall Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-user

Re: [Geoserver-users] GeoFence would be better if you could share layer details among more than one rule

2015-10-06 Thread Andrea Aime
On Tue, Oct 6, 2015 at 2:10 PM, Walter Stovall wrote: > > Are there better ways to solve this problem? Would this be a good feature > for geofence to have? > I don't see you mention the "LIMIT" rules, which are the way to apply constraints to the access, without either accept or deny the access

[Geoserver-users] Could geofence be enhanced to manage security for webapps other than just geoserver?

2015-10-06 Thread Walter Stovall
I'm in the process of building solutions based on geoserver and geofence that also include other web-services I'm implementing in other webapps on the same servers. It would seem that geofence is (in concept) well suited to managing security for web services in general, as long as those service

[Geoserver-users] GeoFence would be better if you could share layer details among more than one rule

2015-10-06 Thread Walter Stovall
Using geofence download that matches geoserver 2.7.2 right now... I'm running into more and more situations where it becomes necessary for me to repeat the same layer details on multiple geofence rules. I can see that certain rule-strategies lead to that unnecessarily. And yet for some problem

Re: [Geoserver-users] Delete non empty workspace with curl

2015-10-06 Thread Tobias Reinicke
Thank you all - that was exactly what I was looking for and my bad for not reading the documentation. Cheers, Toby On 5 October 2015 at 12:23, Stefano Costa wrote: > Hi Tobias, > yes, it is possible through the REST API, please take a look at the docs > here: > > http://docs.geoserver.org/lates

Re: [Geoserver-users] How to deal with XMLHttpRequest in Geoserver?

2015-10-06 Thread Julian Hollingbery
Hi Jair, CORS has nothing directly to do with GeoServer, since GeoServer runs inside an application server. If I read you correctly, and you are running GeoServer inside IIS, then you need to find out how to configure CORS on IIS. I have never done this myself, but Googling "cors on iis8" turns