Hi, could anyone recommend a good open source http proxy server written in java. I've found some simple proxy servers consisting of just one java file but they don't always work. In particular there I need to run a java applet communicating with the server through proxy. The communication fails with simple proxies. I tried squid and it worked.
Basically I need full featured extensible java HTTP proxy server.