[SOLVED] Documentation bug

Get help with installation and configuration of OWS. Please post specific bug reports, pull requests, or source code extensions on github.
javaapp
Posts: 39
Joined: 20 May 2020, 18:34

[SOLVED] Documentation bug

Post by javaapp »

The OWS Guide linked below states that the default value for "proxy type" is "manual proxy". In my experience it seems to actually default to "system".

https://openwebstart.com/docs/OWSGuide. ... s_overview

deployment.proxy.type The proxy type that should be used. Possible values are 0 (no proxy), 1 (manual proxy, default), 2 (PAC based proxy), 3 (Firefox), 4 (system proxy)

The code in Defaults.java seems to support this observation. I wonder if that is a documentation error?

Thanks!

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: [SOLVED] Documentation bug

Post by Stephan Classen »

Thank you for reporting this. We have fixed the documentation.

Post Reply