Skip to content

- Force Add of Querystring parameters for Websphere #803

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

Merged
merged 3 commits into from
Nov 21, 2023

Conversation

AlejandroP
Copy link
Contributor

Forcefully added Querystring parameters for Java/Tomcat7 in IBM WebSphere
The querystring parameteres were being lost in the redirect from the API filter that removes the /rest/ requirement for web services

  ( were being lost in the redirect from the filter)
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@AlejandroP AlejandroP requested a review from iroqueta November 16, 2023 14:03
Copy link
Collaborator

@iroqueta iroqueta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it would be better if we add the query string only when it's not empty.

@AlejandroP
Copy link
Contributor Author

I think that it would be better if we add the query string only when it's not empty.

It's never empty. The querystring dissapears after the forward. I 'm not sure if it is possible to know what will happen unless we know we are in websphere.

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@AlejandroP
Copy link
Contributor Author

I think that it would be better if we add the query string only when it's not empty.

Fixed this

@AlejandroP AlejandroP merged commit e47d606 into master Nov 21, 2023
@AlejandroP AlejandroP deleted the api_filter_uri branch November 21, 2023 03:36
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.

4 participants