[Pljava-dev] SecurityException on pljava-1.2
Satoshi Nagayasu
nagayasus at nttdata.co.jp
Thu Mar 2 07:50:26 UTC 2006
Thomas,
Thomas Hallgren wrote:
> You are trying to execute an operating system command. Using a function
> that is declared with 'language java' that will not be permitted since,
> 'java' in PostgreSQL terminology is a 'trusted language'. You need to
> declare your function with 'language javaU' (untrusted). Some relevant
> links:
>
> http://gborg.postgresql.org/project/pljava/genpage.php?userguide#Trusted_language
Thanks for the information. I missed the paragraph you pointed.
> I see that you're using packages that start with
> 'org.postgresql.pljava'. Are you developing something that you plan to
> make part of PL/Java?
No. I think our package should be renamed.
--
NAGAYASU Satoshi <nagayasus at nttdata.co.jp>
More information about the Pljava-dev
mailing list