Closed
Bug 278681
Opened 20 years ago
Closed 20 years ago
XML-RPC Test fail : Permission denied to get property UnnamedClass.classes
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: prokopiev, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20050111 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20050111 Error on executing example from http://lxr.mozilla.org/mozilla/source/extensions/xml-rpc/test/xml-rpc.xul Reproducible: Always Steps to Reproduce: Execute http://lxr.mozilla.org/mozilla/source/extensions/xml-rpc/test/xml-rpc.xul Actual Results: I get following error in JavaScript Console: Error: uncaught exception: Permission denied to get property UnnamedClass.classes Expected Results: execution XML-RPC call
Comment 1•20 years ago
|
||
That code can only be run as chrome.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•20 years ago
|
||
If I can't use XML-RPC in remote XUL applications, it's wrong by design.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•20 years ago
|
||
You can run it in remote XUL applications that are signed and granted UniversalXPConnect privileges by the user. Code that the user doesn't trust shouldn't be using xml-rpc.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
Comment 4•20 years ago
|
||
bz: can't untrusted code already use SOAP/WSDL, at least to the origin server?
You need to log in
before you can comment on or make changes to this bug.
Description
•