私のコードは ie と chrome の両方で動作しますが、firefox だけがこのエラーで失敗します。
URL を含む ajax リクエストをコンテナーに追加しました。
Ext.Ajax.request({
url: 'attachment/uploadAttachment',
scope: this,
params: {
projectId: this.projectId,
draftNumber: this.draftNumber
},
success: function(form, action) {
},
})
UI側にext js 3.4フレームワークを使用しています。
私はFirefoxでこれを取得します:
{"raw":["SecurityError: The operation is insecure."
"http://localhost:8080/MySupplierInvoices/plugins/my-apps-ext-js-common-0.1/js/overrides/Ext.form.Field.js?_debugResources=y&n=1380786192461"
21]