Modify DEFAULT_STREAM_HANDLER_PACKAGE for built-in protocols using GNU Classpath --------------------------------------------------------------------------------
Key: FELIX-172 URL: http://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 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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira