Subject | Re: [Firebird-Architect] External engines - security |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2007-10-21T22:21:54Z |
Roman Rokytskyy wrote:
I mean, we'll not have something like this direct in PSQL:
java_plugin_call('MyClass.myProcedure');
I.e., call a non registered (in FB) external procedure.
Though we can't and shouldn't prevent the user from write such external
procedure that do this.
Adriano
>> We'll not allow calls for non-registered methods directly from the database.It seems we're each one misunderstand the others. :-)
>>
>
> See my recent post: a) you can't do it; b) you don't want to do it. :)
I mean, we'll not have something like this direct in PSQL:
java_plugin_call('MyClass.myProcedure');
I.e., call a non registered (in FB) external procedure.
Though we can't and shouldn't prevent the user from write such external
procedure that do this.
Adriano