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 | Thu, 3 Feb 2011 10:03:03 +0100 |
| Organization | Istituto Nazionale di Astrofisica |
| Lines | 20 |
| 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> |
| NNTP-Posting-Host | poseidon.lambrate.inaf.it |
| Mime-Version | 1.0 |
| Content-Type | TEXT/PLAIN; charset=US-ASCII; format=flowed |
| X-Trace | nas.area.ba.cnr.it 1296723779 16259 155.253.16.87 (3 Feb 2011 09:02:59 GMT) |
| X-Complaints-To | news@nas.area.ba.cnr.it |
| NNTP-Posting-Date | Thu, 3 Feb 2011 09:02:59 +0000 (UTC) |
| In-Reply-To | <4d49a1f7$0$7160$426a74cc@news.free.fr> |
| User-Agent | Alpine 2.00 (LSU 1167 2008-08-23) |
| Path | csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!feed.ac-versailles.fr!news.in2p3.fr!in2p3.fr!kanaga.switch.ch!switch.ch!newsserver.news.garr.it!nas.area.ba.cnr.it!not-for-mail |
| Xref | csiph.com comp.lang.java.programmer:26007 |
Show key headers only | View raw
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