Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The proxy UI shows no password input (depending on the Java runtime and AWT or SWT UI options) #25

Open
richardroesler opened this issue Mar 20, 2024 · 1 comment

Comments

@richardroesler
Copy link

The standard for the proxy is a SWT window UI.
The alternative is an AWT window UI. This can be configured via the proxy.properties file and
the options "UI = SWT" or "UI = AWT".
We have tried several Java runtimes on Windows 10 and Windows 11.
(The result was 1 successful combination against N-1 unsuccessful combinations.)
Even with the latest recommendation from the commiter,
a JRE 21 (Temurin) we are getting an inputless dialog as shown below:

image

@culmat
Copy link
Member

culmat commented Mar 26, 2024

Hi @richardroesler ,
thanks for reporting this. It is difficult to reproduce.
In #da9b675c3935986f992dde2113ae71ea6d54ea1c I made quite some improvements to the SWT code. Can you please try the current version to see if the problem persists?
Thanks & CU
Matthias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants