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

Fix CWWWC0002W warning message coming out when using mpGraphQL features #29691

Open
wants to merge 1 commit into
base: integration
Choose a base branch
from

Conversation

jhanders34
Copy link
Member

  • When using mpGraphQL features with appSecurity features and the application is not a GraphQL application, the CWWWC0002W message came out because the security logic for mpGraphQL unconditionally was adding a filter even when the application was not a GraphQL application.
  • Updated to only add the filter if the application is determined to be a GraphQL application.
  • Updated test cases that were ignoring the CWWWC0002W message on server stop to no longer have that ignore.

Fixes #15496

- When using mpGraphQL features with appSecurity features and the
application is not a GraphQL application, the CWWWC0002W message came
out because the security logic for mpGraphQL unconditionally was adding
a filter even when the application was not a GraphQL application.
- Updated to only add the filter if the application is determined to be
a GraphQL application.
- Updated test cases that were ignoring the CWWWC0002W message on server
stop to no longer have that ignore.
@jhanders34
Copy link
Member Author

#build

@LibbyBot
Copy link

Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=4de67ca1-819d-4238-9f18-68bd51258024

Target locations of links might be accessible only to IBM employees.

@LibbyBot
Copy link

Code analysis and actions

DO NOT DELETE THIS COMMENT.
  • 3 product code files were changed.

  • Please describe in a separate comment how you tested your changes.

  • 7 FAT files were changed, added, or removed.

  • Check that the build did not break the affected FAT suite(s).

@LibbyBot
Copy link

Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_ReUHwHdjEe-ZBdXWdK7Miw

Target locations of links might be accessible only to IBM employees.

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

Successfully merging this pull request may close these issues.

Investigate mpGraphQL-1.0 Warnings
2 participants