﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16272	How enable automatic system proxy detection when using JOSM webstart?	iman	iman	"Hi, 
Because of problems like [ticket:16162] that sometimes happen to me, I decided to use a proxy and fortunately it solves the problem. 
Manually setting the proxy will work but I want to use the automatic system proxy detection if possible.

I'm using the Webstart version of JOSM.

According to the hint available on proxy settings tab of JOSM and the solution provided for my previous ticket [ticket:15894] I added the following parameter:

{{{
-J-Djava.net.useSystemProxies=true
}}}

So the target of JOSM shortcut is:

{{{
%ProgramFiles%\Java\jre1.8.0_161\bin\javaws.exe -J-Xmx1024M -J-Djava.net.useSystemProxies=true -localfile -J-Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp ""%appdata%\..\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-265ee5fe""
}}}

But after restarting JOSM the system proxy option is still disabled and grayed out.
Is there any solution for this one?"	task	closed	normal		Core Webstart	latest	fixed	webstart proxy	
