[jboss-jira] [JBoss JIRA] Created: (JBAS-4035) BatchReplicationClusteredSessionValve masks exceptions

Brian Stansberry (JIRA) jira-events at jboss.com
Sun Jan 28 00:09:57 EST 2007


BatchReplicationClusteredSessionValve masks exceptions
------------------------------------------------------

                 Key: JBAS-4035
                 URL: http://jira.jboss.com/jira/browse/JBAS-4035
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering, Web (Tomcat) service
    Affects Versions: JBossAS-5.0.0.Beta1, JBossAS-4.0.5.GA, JBossAS-4.0.4.GA
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
            Priority: Minor
             Fix For: JBossAS-5.0.0.Beta2, JBossAS-4.2.0.CR1, JBossAS-4.0.5.SP1 


BatchReplicationClusteredSessionValve passes the request down the pipeline in a  try/catch block.  The catch block wraps any Exception in RuntimeException and rethrows. It should only do that with checked exceptions that aren't declared in the method signature.  All others it should just cast and rethrow.

-- 
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

        



More information about the jboss-jira mailing list