[
https://issues.jboss.org/browse/RF-12805?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12805:
-------------------------------
Fix Version/s: 5-Tracking
Uncaught SecurityException in VersionBean
-----------------------------------------
Key: RF-12805
URL:
https://issues.jboss.org/browse/RF-12805
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: core
Affects Versions: 4.3.0.Final
Environment: SecurityManager enabled
Reporter: Neil Griffin
Fix For: 5-Tracking
When running RichFaces in an environment in which a Java
[
SecurityManager|http://docs.oracle.com/javase/tutorial/essential/environm...]
is enabled, the call to
[
Class.getProtectedDomain()|http://docs.oracle.com/javase/6/docs/api/java/...]
will throw a
[
SecurityException|http://docs.oracle.com/javase/6/docs/api/java/lang/Secu...].
The
[
org.richfaces.VersionBean|https://github.com/richfaces/core/blob/develop/...]
class calls Class.getProtectedDomain() but doesn't catch the SecurityException.
Basically, the VersionBean needs to be able to detect the version of RichFaces even when
the SecurityException is thrown.
--
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