Forte 4 with 1.3.1_02 jdk debugger applet server anomaly

I have a perfectly good applet connecting to a soap server in execution mode, but in debug mode there is some kind of

proxy intercept that screws up the server url (see minimal http traces below).

Could anybody point out where to look for this problem in Forte? I'm going blind trying to solve this.

b Execution trace:

LOG.HTTP: outbound request to tcp://192.168.47.200:8004

GET /glue/dbsurfer.wsdl HTTP/1.1

Host: 192.168.47.200:8004

...

Connection: Keep-Alive

LOG.HTTP: outbound request to tcp://192.168.47.200:8004

b Debugging trace:

LOG.HTTP: outbound request to tcp://192.168.47.200:8004

GET /glue/dbsurfer.wsdl HTTP/1.1

Host: 192.168.47.200:8004

...

Connection: Keep-Alive

LOG.HTTP: route HTTP request via proxy at tcp://:80<==?

[849 byte] By [Schuler,Mike] at [2007-11-25 16:47:06]
# 1
I should add that I've gone to Tools|Options|IDE configuration|System|System settings and the "use Proxy" switchis turnedb off.
Schuler,Mike at 2007-7-2 23:26:37 > top of Java-index,Archived Forums,Sun ONE Studio 4...
# 2
I'm convinced this is a bug since at least Forte 3. I'll log it as such.
Schuler,Mike at 2007-7-2 23:26:37 > top of Java-index,Archived Forums,Sun ONE Studio 4...