Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #26007
| From | LC's No-Spam Newsreading account <nospam@mi.iasf.cnr.it> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: java servlets, javascript and firefox 3.6 |
| Date | 2011-02-03 10:03 +0100 |
| Organization | Istituto Nazionale di Astrofisica |
| Message-ID | <alpine.LSU.2.00.1102031000500.2484@cbfrvqba.ynzoengr.vans.vg> (permalink) |
| References | <alpine.LSU.2.00.1102021728090.27732@cbfrvqba.ynzoengr.vans.vg> <4d49a1f7$0$7160$426a74cc@news.free.fr> |
On Wed, 2 Feb 2011, Mayeul wrote:
>> The action of the form is a java servlet (potentially running on a
>> different host, can be host b port 8080, or host a port 8080 which for
>> what the browser is concerned counts as a different host)
>
> Isn't that supposed to violate the same origin policy?
Yes it is, but can be bypassed setting in user.js
user_pref("signed.applets.codebase_principal_support", true);
This was done 5 years ago on the old browser, and propagated to the new
one. It is the first thing I checked, and it is NOT the problem.
--
----------------------------------------------------------------------
nospam@mi.iasf.cnr.it is a newsreading account used by more persons to
avoid unwanted spam. Any mail returning to this address will be rejected.
Users can disclose their e-mail address in the article if they wish so.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
Re: java servlets, javascript and firefox 3.6 Mayeul <mayeul.marguet@free.fr> - 2011-02-02 19:27 +0100 Re: java servlets, javascript and firefox 3.6 LC's No-Spam Newsreading account <nospam@mi.iasf.cnr.it> - 2011-02-03 10:03 +0100
csiph-web