-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CustomCXFNonSpringJaxrsServlet #6291
base: master
Are you sure you want to change the base?
Conversation
25d0c0b
to
eed9839
Compare
PR builder started |
PR builder completed |
...t.mgt/src/main/java/org/wso2/carbon/identity/servlet/mgt/CustomCXFNonSpringJaxrsServlet.java
Outdated
Show resolved
Hide resolved
...t.mgt/src/main/java/org/wso2/carbon/identity/servlet/mgt/CustomCXFNonSpringJaxrsServlet.java
Outdated
Show resolved
Hide resolved
...t.mgt/src/main/java/org/wso2/carbon/identity/servlet/mgt/CustomCXFNonSpringJaxrsServlet.java
Outdated
Show resolved
Hide resolved
this.injectProperties(object, props); | ||
list.add((Interceptor) object); | ||
} catch (ServletException exception) { | ||
throw exception; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we catching this exception? Since the method is already throwing the exception we don't need to catch it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check other places too
…er-custom-servlet # Conflicts: # components/servlet-mgt/org.wso2.carbon.identity.servlet.mgt/pom.xml # components/servlet-mgt/org.wso2.carbon.identity.servlet.mgt/src/main/java/org/wso2/carbon/identity/servlet/mgt/CustomCXFNonSpringJaxrsServlet.java # components/servlet-mgt/pom.xml
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Proposed changes in this pull request
Related Issue(s)