You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2007/02/10 03:54:10 UTC

[jira] Closed: (FELIX-172) Modify DEFAULT_STREAM_HANDLER_PACKAGE for built-in protocols using GNU Classpath

     [ https://issues.apache.org/jira/browse/FELIX-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-172.
---------------------------------


> Modify DEFAULT_STREAM_HANDLER_PACKAGE for built-in protocols using GNU Classpath
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-172
>                 URL: https://issues.apache.org/jira/browse/FELIX-172
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>         Environment: JamVM, GNU Classpath on IBM Powerpc 405GP
>            Reporter: Thanh NGUYEN
>         Assigned To: Richard S. Hall
>            Priority: Minor
>
> Felix searches for built-in protocol stream handlers according to the SUN JRE's packaging naming strategy : sun.net.www.protocol.<protocol>.Handler. The name of this package is changed in GNU Classpath and we may have related issues, for example : error while starting OBR bundle. For correcting it, the static variable DEFAULT_STREAM_HANDLER_PACKAGE in URLHandlers.java should be changed from "sun.net.www.protocol" to "gnu.java.net.protocol". 

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