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

proxy restarts too often when settings change #26

Closed culmat closed 5 months ago

culmat commented 5 months ago

The file watcher on the settings should not rely on the timestamp, but rather check the property contents, comparing the parses result to also ignore changes in comments.