[jboss-jira] [JBoss JIRA] Created: (JBVFS-115) VirtualFile should be able to return certificates
Ales Justin (JIRA)
jira-events at lists.jboss.org
Tue Sep 15 16:19:14 EDT 2009
VirtualFile should be able to return certificates
-------------------------------------------------
Key: JBVFS-115
URL: https://jira.jboss.org/jira/browse/JBVFS-115
Project: JBoss VFS
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.1.2.GA
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: 2.2.0.Alpha
The cleanest and most extensible way to retrieve certificates for a VirtualFile is to actually have the impl on the VirtualFile api itself.
Currently we only know how to return certificates associated with non-nested jar files.
For nested files we will have to rewrite how JarInputStream works as its current impl breaks navigation; no manifest.mf as a child.
For other VirtualFileHandler impls, we have 'free hands' on how we should support certificates.
e.g. com/jboss/acme/X.class --> com/jboss/acme/X.class.cert
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list