Re: [Geoserver-users] WMTS service not working in modern versions.

2024-01-29 Thread Roar Brænden
Hi, That server isn't running. Here is what I get by using curl: curl: (28) Failed to connect to gis.cmirit.ru port 443 after 75007 ms: Couldn't connect to server Best regards, Roar Brænden > 29. jan. 2024 kl. 11:51 skrev Ярослав Минин via Geoserver-users > : > > I think this functionality

Re: [Geoserver-users] Run with jetty and extensions

2024-01-29 Thread Andrea Aime
Don't modify the pom.xml, just add "-Pnetcdf" to the command line instead: mvn jetty:run -Pnetcdf Cheers Andrea On Mon, Jan 29, 2024 at 2:35 PM Amirhossein Nikfal wrote: > The problem can be solved by adding the gs-netcdf artifact to the list of > dependencies in pom.xml. > > On Thu, Jan 25,

Re: [Geoserver-users] [Geoserver - REST API] ACL rules delete

2024-01-29 Thread Olivier Gagnon
Hi, Is it normal that you have /rest/rest/ in your URLs ? Good luck Envoyé à partir d’Outlook De : Robin KERDILES via Geoserver-users Envoyé : 29 janvier 2024 05:38 À : geoserver-users@lists.sourceforge.net Objet : [Geoserver-users]

Re: [Geoserver-users] Run with jetty and extensions

2024-01-29 Thread Amirhossein Nikfal
The problem can be solved by adding the gs-netcdf artifact to the list of dependencies in pom.xml. On Thu, Jan 25, 2024 at 5:14 PM mark wrote: > Op 25-01-2024 om 11:35 schreef Amirhossein Nikfal: > > According to the documentation > > < > https://docs.geoserver.org/latest/en/developer/maven-guid

Re: [Geoserver-users] [Geoserver - REST API] ACL rules delete

2024-01-29 Thread Alexandre Gacon
Hi Robin, Could you please open an issue on https://github.com/geoserver/geoserver-acl/issues? Regards Alexandre Le lun. 29 janv. 2024 à 12:37, Robin KERDILES via Geoserver-users < geoserver-users@lists.sourceforge.net> a écrit : > Hello, > > I'm having issues using the Rest API of Geoserver. >

[Geoserver-users] [Geoserver - REST API] ACL rules delete

2024-01-29 Thread Robin KERDILES via Geoserver-users
Hello, I'm having issues using the Rest API of Geoserver. I tried : POST https://geoserver.**/geoserver/rest/security/acl/rest with JSON Body { "/rest/workspaces/test/**:GET": "ROLE_ADMINISTRATOR" } Works OK DELETE https://geoserver. **/geoserver/rest/security/acl/rest/rest/workspac

Re: [Geoserver-users] WMTS service not working in modern versions.

2024-01-29 Thread Ярослав Минин via Geoserver-users
I think this functionality is not present in 2.20.4 and 2.22.2, cannot find URL checks in GUI.     >Понедельник, 29 января 2024, 11:40 +02:00 от Ian Turton : >  >That's probably related to the new security checks being applied to URLs - see > https://docs.geoserver.org/latest/en/user/security/

Re: [Geoserver-users] WMTS service not working in modern versions.

2024-01-29 Thread Ian Turton
That's probably related to the new security checks being applied to URLs - see https://docs.geoserver.org/latest/en/user/security/urlchecks.html Ian On Mon, 29 Jan 2024 at 08:51, Ярослав Минин via Geoserver-users < geoserver-users@lists.sourceforge.net> wrote: > Hello, geoserver community! > > G

[Geoserver-users] WMTS service not working in modern versions.

2024-01-29 Thread Ярослав Минин via Geoserver-users
Hello, geoserver community!   Got a service with this GetCapabilities url: https://gis.cmirit.ru/WMTS_ORTO_2020/service.svc/get?service=WMTS&request=GetCapabilities   Geoserver version 2.15.2:  creating a WMTS-store using this URL is successful. I see a layer to publish. Geoserver version 2.20.4