Benjamin Pross

Results 10 issues of Benjamin Pross

Certain image mime types are bound to the GenericFileDataBinding, see https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/data/RDataType.java#L77 ff. This databinding is not treated in the RIOHandler (see https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/workspace/RIOHandler.java#L237 ff). Also, line https://github.com/52North/WPS/blob/dev/52n-wps-r/src/main/java/org/n52/wps/server/r/workspace/RIOHandler.java#L238 will always throw a...

bug
wps4r

Currently, if no ResponseForm is set in the Execute request, all outputs of the process are returned by default, but only those of type Complex- and LiteralData. Although the behaviour...

The parser is is just used for validation This could also be done another way, without the GeoTools dependency.

enhancement

Introduced by 79bba82a7daf5cb2909ab307f922db1b1b3994a0 The GML generators produce schemas that have a URL that is not covered by the resource mapping. E.g: http://localhost:8080/wps/schemas/04443cc5-e380-46fe-85f3-1b0a51fa02f5.xsd This leads to an exception when the features...

bug

I get the following error: Failed to execute goal com.google.code.maven-replacer-plugin:replacer:1.5.2:replace (default) on project 52n-wps-webapp: File 'D:\dev\GitHub4w\WPS\52n-wps-webapp\target\52n-wps-webapp-3.3.1-SNAPSHOT\config\wps_config_geotools.xml' does not exist There is a wrong path specified in the profile with-geotools in...

bug

There were some changes in GRASS GIS as well as in the GRASS Modulestarter that we need to adapt.

The NOTICE files of the API modules list e.g. 52n-WPS-Config and Commons still as under GPL 2 license.

I think this class has to be worked on, e.g. if you use the writeData method, the variable primaryFile is not initialized and this causes a NPE in the finalize...

Currently mime type/ file suffix mapping is done at two different locations: MIMEUtil in the commons module and GenericFileDataConstants in io-impl (using a properties file in the io module). This...

Certain endpoints/operations need a security layer, e.g. getting the list of jobs, executing processes and deploying new processes.