[
https://issues.apache.org/jira/browse/HTTPCLIENT-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1386.
-------------------------------------------
Resolution: Won't Fix
'Trusted-Library' attribute is Applet runtime specific attribute. We do not
distribute signed version of the HttpClient jars and therefore are not in a
position to declare the library trusted. This is a responsibility of those who
package and sign HttpClient jars as a part of an Applet distribution.
Same goes for RIA environments and the 'Permissions' attribute. Without
specifying a 'Codebase' we are not in a position to set permission level to
'all-permissions'
Oleg
> Need to add attribute to manifest file of HttpClient
> -----------------------------------------------------
>
> Key: HTTPCLIENT-1386
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1386
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient
> Reporter: Himanshu Gusain
>
> Hi ,
> We are using httpclient jar by apache.
> But, due to new java 7 releases by oracle our applet starts throwing the new
> prompts they introduced for mixed code in their java 7 update 21
> release<http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html>.
> Now to remove these prompts I have to add the Trusted-Library: true attribute
> into the Manifest.mf of all the jars we are using.
> We also want to add the attribute Permissions: all-permissions to the
> manifest of the httpclient as per java 7 update
> 25<http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html>.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]