Skip to content
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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

lashinijay
Copy link
Contributor

@lashinijay lashinijay commented Jan 16, 2025

Proposed changes in this pull request

  • $subject

Related Issue(s)

@lashinijay lashinijay force-pushed the master-custom-servlet branch from 25d0c0b to eed9839 Compare January 16, 2025 08:44
@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/12808299895

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/12808299895
Status: failure

this.injectProperties(object, props);
list.add((Interceptor) object);
} catch (ServletException exception) {
throw exception;
Copy link
Contributor

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

Copy link
Contributor

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

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants