Skip to content

Commit

Permalink
Merge pull request #1366 from lat-lon/updateDocumentation1120final
Browse files Browse the repository at this point in the history
Update documentation for 3.5 based on #1358
  • Loading branch information
stephanr authored Aug 10, 2022
2 parents 71506f6 + b00a3ef commit 0f231a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ you must not operate the Java Servlet container as root user!
Furthermore, you should consider to enable the Java Security Manager and
define restrictive file permissions.footnote:[How to run securely Java
applications we recommend to follow the
https://docs.oracle.com/javase/11/docs/technotes/guides/security/index.html[Java Security Guidelines] and for
https://docs.oracle.com/en/java/javase/11/security/index.html[Java Security Guidelines] and for
http://tomcat.apache.org/tomcat-9.0-doc/security-manager-howto.html[Apache Tomcat the Security Manager HowTo].]
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ http://www.opengeospatial.org/standards/wfs[OGC Web Feature Service
specification]. Notable features:

* Official OGC reference implementation for WFS 1.1.0 and WFS 2.0.0
Simple
* Implements WFS standards 1.0.0, 1.1.0 and 2.0.0footnote:[Passes OGC
WFS CITE test suites (including all optional tests)]
* Implements WFS standards 1.0.0, 1.1.0 and 2.0.0footnote:[Passes OGC CITE test suites for WFS 1.1.0 Basic and Transactional, and WFS 2.0.0 Basic]
* Fully transactional (even for rich data models)
* Supports KVP, XML and SOAP requests
* GML 2/3.0/3.1/3.2 output/input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ In order to enable Oracle connectivity for these resources, you need to
add two JAR files (see <<anchor-adding-jars>>):

* A compatible Oracle JDBC driver (e.g.
_ojdbc8.jar_)footnote:[http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
_ojdbc11.jar_)footnote:[http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
(registration required)]
* Module
deegree-sqldialect-oraclefootnote:[https://repo.deegree.org/content/repositories/public/org/deegree/deegree-sqldialect-oracle/${project.version}/deegree-sqldialect-oracle-${project.version}.jar]
Expand All @@ -124,7 +124,7 @@ add the following JAR files (see <<anchor-adding-jars>>):

* A compatible Oracle JDBC-driverfootnote:[http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
(registration required)]
** ojdbc8.jar
** ojdbc11.jar
* The Oracle Spatial and GeoRaster libraries and their dependencies
** sdoapi.jar
** sdogr.jar
Expand Down

0 comments on commit 0f231a3

Please # to comment.