Re: [xwt-users]Security, connection to servers
"Brian Alliet" <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <002d01c3471a$e385e2b0$6601a8c0@brian> |
From: "Eric Merritt" <cyberlync-/[email protected]> > > > No, when an xwar is loaded from an intranet > > location it can connect to > > > anything. > > This is what I would think it would be. > > > Nope, he was right. It can just connect to the host > > where the xwar came > > from. > > So which is it? Well, according to the source, xwars loaded from private ip ranges can only connect to the server they came from. See HTTP.java, resolveAndCheckIfFirewalled. http://cvs.xwt.org/xwt/src/org/xwt/HTTP.java?rev=1.31&content-type=text/x-cv sweb-markup -Brian