You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/08/01 06:14:52 UTC

[jira] Created: (RIVER-168) consider impl changes for minimal HTTPMD protocol handler jar file

consider impl changes for minimal HTTPMD protocol handler jar file
------------------------------------------------------------------

                 Key: RIVER-168
                 URL: https://issues.apache.org/jira/browse/RIVER-168
             Project: River
          Issue Type: New Feature
          Components: net_jini_url
            Reporter: Nigel Daley
            Priority: Minor


Bugtraq ID [6295580|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6295580]

In a few environments, such as Java Web Start, it may not be possible to get jsk-platform.jar included in the system class loader. But, URL protocol handlers must be accessible from that loader. Rather than suggesting that all of jsk-platform.jar be installed in the extensions directory, it might be desirable to have a jsk-handler.jar file that contains just net.jini.url.httpmd.Handler and the classes it depends on. However, with the current implementation, running ClassDep on Handler will pull in a fair number of extraneous classes. This could be avoided by moving the default-access digestString, stringDigest, and commentChar methods out of HttpmdUtil and into a separate default-access implementation class.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.