[JBoss JIRA] Created: (SECURITY-19) Authorization Decision can be affected by deployment level roles
by Anil Saldhana (JIRA)
Authorization Decision can be affected by deployment level roles
----------------------------------------------------------------
Key: SECURITY-19
URL: http://jira.jboss.com/jira/browse/SECURITY-19
Project: JBoss Security
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JBossSX
Affects Versions: 2.0
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: 2.0
If the user configures roles with principals in the JBoss DD (jboss.xml, jboss-web.xml and jboss-app.xml), these can affect the authorization decision. The Authorization Manager should be aware of these deployment level roles to be passed to the mapping framework (such that if there is an explicit mapping provider that takes into consideration, these deployment level roles), then the overall authorization decision can be affected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months
[JBoss JIRA] Created: (JBREM-625) MicroSocketClientInvoker should decrement count of used sockets when a socket is discarded.
by Ron Sigal (JIRA)
MicroSocketClientInvoker should decrement count of used sockets when a socket is discarded.
-------------------------------------------------------------------------------------------
Key: JBREM-625
URL: http://jira.jboss.com/jira/browse/JBREM-625
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.Alpha3 (Bluto)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.2.0.Alpha3 (Bluto)
MicroSocketClientInvoker keeps a counter, usedPooled, of sockets currently in use. When a new socket is created, or when a socket is taken from the socket pool for reuse, usedPooled is incremented, and when the socket is returned to the pool, usedPooled is decremented. However, if a socket experiences a failure (e.g., timeout), the socket is discarded but usedPooled is not decremented. Eventually, usedPooled can reach its maximum value with no working sockets and no possibility of creating new ones.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 6 months