ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Take Ice and omero sysenv variables into account #119

Open dominikl opened 2 years ago

dominikl commented 2 years ago

Attempt to fix https://github.com/ome/omero-py/issues/296 .

dominikl commented 2 years ago

Unfortunately doesn't work. First you can't export Ice.HTTPProxyHost=1.2.3.4; omero login because of the dot in the variable name. Apparently one can do env 'Ice.HTTPProxyHost=1.2.3.4' omero login instead, which works, ie. the property is not taken into account.