- Notifications
You must be signed in to change notification settings - Fork5
Commit3d162c0
committed
Please pull this patch. It breaks JDBC1 support. The JDBC1 code no
longer compiles, due to objects being referenced in this patch that donot 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 driverin the postgresql.jar file. Since the Socket() call in thedriver is not protected by AccessController.doPrivileged() thispermission must also be granted to the entire application.1 parente1635b4 commit3d162c0
1 file changed
+2
-28
lines changedLines changed: 2 additions & 28 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 |
| - | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
| |||
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 31 |
| |
52 | 32 |
| |
53 | 33 |
| |
| |||
58 | 38 |
| |
59 | 39 |
| |
60 | 40 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
| 41 | + | |
68 | 42 |
| |
69 | 43 |
| |
70 | 44 |
| |
|
0 commit comments
Comments
(0)