-Dhttp.nonProxyHosts do not allows pipe char (|) for multiple exclusions on Windows
WebLogic Server version: 12.2.1.3.0 on Windows 2012 R2
When trying to use pipe char(|) for the -Dhttp.nonProxyHosts parameter in "Arguments" field within the "Managed Server"/ "start server" tab a systax error is raising in the managed_server.out file and the Managed server is not startable.
We tried to use single quotes, double quotes, escape chars like backslash (\) and nothing worked-
It is like this paramenter does not allow more than one exception.
If we also change the "setDomainEnv.cmd" file to include as %JAVA_OPTIONS, as mentioned in various articles, and same error rose.
The last patch available for this topic is applied too.