pgsql/src/interfaces/jdbc/org/postgresql PG_St ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql PG_St ...
Date: 2001-08-26 17:08:49
Message-ID: 200108261708.f7QH8nB02219@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/26 13:08:48

Modified files:
src/interfaces/jdbc/org/postgresql: PG_Stream.java

Log message:
Please pull this patch. It breaks JDBC1 support. The JDBC1 code no
longer compiles, due to objects being referenced in this patch that do
not exist in JDK1.1.

Barry Lind
---------------------------------------------------------------------------

The JDBC driver requires

permission java.net.SocketPermission "host:port", "connect";

in the policy file of the application using the JDBC driver
in the postgresql.jar file. Since the Socket() call in the
driver is not protected by AccessController.doPrivileged() this
permission must also be granted to the entire application.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-26 21:17:12 pgsql/doc/src/sgml admin.sgml filelist.sgml sy ...
Previous Message Bruce Momjian - CVS 2001-08-26 17:04:03 pgsql/doc/src/sgml ecpg.sgml