Alex created ARTEMIS-5113:
-----------------------------

             Summary: No catch in SCRAMPropertiesLoginModule.java
                 Key: ARTEMIS-5113
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5113
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Alex


The string "throw new IllegalArgumentException("minimum of " + MIN_ITERATIONS + 
"required!");" is located in the code without the catch block, in case of an 
error it will throw an IllegalArgumentException, which will be passed to the 
Java runtime environment (JVM) and will terminate the program with an exit code 
other than zero. To handle exceptions caused by objects, you can use the 
try-catch block in the function.

https://github.com/apache/activemq-artemis/blob/4c6cded2e79cf10d2323de1b5fa7418b289ab034/artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/SCRAMPropertiesLoginModule.java#L209



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to