Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/en/developer/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.16'
# The full version, including alpha/beta/rc tags.
release = '2.16-SNAPSHOT'
release = '2.16.0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.16.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/docguide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.16'
# The full version, including alpha/beta/rc tags.
release = '2.16-SNAPSHOT'
release = '2.16.0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.16.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.16'
# The full version, including alpha/beta/rc tags.
release = '2.16-SNAPSHOT'
release = '2.16.0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.16.x'
Expand Down
4 changes: 4 additions & 0 deletions doc/en/user/source/services/wfs/outputformats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,7 @@ JSON output ``format_options``:
If id_policy is not specified the geotools default feature id generation is used.

* ``format_options=callback:<parseResponse>`` applies only to the JSONP output format. See :ref:`wms_vendor_parameters` to change the callback name. Note that this format is disabled by default (See :ref:`wms_global_variables`).

JSON output ``system properties``:

* ``json.maxDepth=<max_value>`` is used to determine the max number of allowed JSON nested objects on encoding phase. By default the value is 100.
15 changes: 14 additions & 1 deletion doc/en/user/source/services/wfs/webadmin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,17 @@ Option :guilabel:`Override MIME Type` allows the selection of the MIME type that

.. figure:: img/services_WFS_mimetype.png

The available MIME types are: ``application/gml+xml; version=3.2``, ``text/xml; subtype=gml/3.2`` and ``text/xml``.
The available MIME types are: ``application/gml+xml; version=3.2``, ``text/xml; subtype=gml/3.2`` and ``text/xml``.

Configure XML Entity Expansion limit on WFS XML readers
-------------------------------------------------------

By default WFS XML readers sets Entity Expansion limit to 100, but it can be configured via the ``org.geoserver.wfs.xml.entityExpansionLimit`` system property / web.xml init parameter / Environment variable.

For example on command line we can adjust adding parameter:

-Dorg.geoserver.wfs.xml.entityExpansionLimit=50

Or in Tomcat properties file (``{TOMCAT_HOME}/conf/catalina.properties``) adding the line:

org.geoserver.wfs.xml.entityExpansionLimit=50
2 changes: 1 addition & 1 deletion src/community/app-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/app-schema/webservice-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-app-schema-community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/colormap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/csw-iso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.csw</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/dds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-dds</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>WorldWind Format Module</name>


Expand Down
2 changes: 1 addition & 1 deletion src/community/dyndimension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geogig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/geomesa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ application directory.
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-web-geomesa</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GeoMesa Web Module</name>

<description>GeoMesa GeoServer extensions</description>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geopkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-geopkg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geostyler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gpxppio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gpxppio</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GPX PPIO for WPS</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gwc-azure-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-azure-blob</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GeoWebCache Azure blob</name>
<description>GeoWebCache Azure BLOB support plugin</description>

Expand Down
2 changes: 1 addition & 1 deletion src/community/gwc-distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-distributed</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gwc-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-s3</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GeoWebCache S3</name>
<description>GeoWebCache S3 support plugin</description>

Expand Down
4 changes: 2 additions & 2 deletions src/community/gwc-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-sqlite</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GeoWebCache SQLite</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>gs-main</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/community/hello_web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>gs-web2</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>gs-web-core</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/community/hz-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/importer-fgdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbc-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbc-metrics</artifactId>
<name>JDBC Metrics Plugin</name>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbcconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbcconfig</artifactId>
<packaging>jar</packaging>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<name>GeoServer JDBC KV Catalog</name>
<properties>
<jdbcconfig.postgres.skip>true</jdbcconfig.postgres.skip>
Expand Down
Loading