-
I've tried the starter application in Adobe AIR and I've got the following exception:
Error: Adobe AIR runtime security violation for JavaScript code in the application security sandbox (Function cons…
-
From a comment for the blog post:
http://blog.yakitara.com/2009/10/unofficial-google-wave-notifier-for-mac.html?showComment=1256760545389#c6873114350653752585
floehopper said...
It looks great, but I…
-
Imported from JIRA [DS-234] created by stuartlewis
At present, if you want to configure DSpace to send emails via a security protected server (e.g. gmail) then you have to edit the DSpace java class t…
-
When coming to the sections, "Now Arriving at Summary #4," to move on it prompts one to type
Dir.entries "/"
into the command prompt. But upon typing it the orange error message, "You aren't allo…
-
I'm using JEdit 4.3pre17 with Java 1.6.0_13 on Ubuntu Jaunty. I have project viewer 2.9.1 installed. I get the following error when I try and open the dialog:
(this shows up in the console)
5:13:17 P…
-
Setting up replication right now will break permissions for non-superusers (unless you "grant insert" on rr_pending_changes and "select,usage" on its sequence to PUBLIC -- not very secure).
Could be …
-
autoescape all variable output will improve security against XSS attacks and script injections.
[original LH ticket](http://idealian.lighthouseapp.com/projects/11041/tickets/12)
This ticket has 0 a…
-
See details for this issue on the wiki.
http://wiki.github.com/jmathai/twitter-async/seeking-input-for-exception-refactoring
-
Submitted by: commanderz (commanderz)
create or alter procedure MYPROC
as
BEGIN
EXECUTE STATEMENT 'INSERT INTO MYTABLE\(FIELD1\) VALUES\(1\)'
ON EXTERNAL DATA SOURCE '192\.168\.0\.1:c:\\database\.…
-
Submitted by: eXandr (i.reg)
1\. create new database \(login as user TEST1\);
2\. create table t1\(id integer\);
3\. create view vw\_t1 as select \* from t1;
4\. grant select on view vw\_t1 to public…