baloise / proxy

An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
Eclipse Public License 2.0
4 stars 3 forks source link

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

Open richardroesler opened 5 months ago

richardroesler commented 5 months ago

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 commented 5 months ago

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