[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/25038] New: If the system clipboard is blocked by security ma
From: |
audriusa at bluewin dot ch |
Subject: |
[Bug swing/25038] New: If the system clipboard is blocked by security manager, the VM-local cliboard is used. |
Date: |
25 Nov 2005 20:38:13 -0000 |
>From the historical past, if the system clipboard is blocked by the security
manager, the javax.swing.TransferHandler uses its own clipoard that (being
static field) is local for the current virtual machine. Such clipboard is
convenient in cases when copy-paste operation is performed to transfer the text
inside the same text document or between the text areas in the same frame.
However Mark raised the suspection that this additional clipboard may still
open some security hole. The current ideas are to block any clipboard if the
security manager does not permit one or use the component-local cliboard. We
probably need more opinions before fixing.
--
Summary: If the system clipboard is blocked by security manager,
the VM-local cliboard is used.
Product: classpath
Version: 0.20
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: swing
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: audriusa at bluewin dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25038
- [Bug swing/25038] New: If the system clipboard is blocked by security manager, the VM-local cliboard is used.,
audriusa at bluewin dot ch <=