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 problem with newer gsoap versions. #125

Merged
merged 1 commit into from
May 3, 2024

Conversation

rwf14f
Copy link
Contributor

@rwf14f rwf14f commented Mar 28, 2024

The version of gsoap that comes with Rocky 9 does not call the request handlers in fparse.
The http_get handler never gets called on the server.
This causes clients to fail that use the REST API (voms-proxy-init3) as the server just terminates the connection without returning anything.

This is a quick patch that solves this by calling the http_get handler if fparse didn't.
This has only been tested on Rocky 9, but should also work on EL7/8 systems.

@giacomini
Copy link
Member

Thanks. I'll have a look.

@rwf14f
Copy link
Contributor Author

rwf14f commented Apr 10, 2024

@ellert can you get this fixed in EPEL 9 ?

@ellert
Copy link
Contributor

ellert commented Apr 10, 2024

@ellert
Copy link
Contributor

ellert commented Apr 23, 2024

Does the version in EPEL work now?

@rwf14f
Copy link
Contributor Author

rwf14f commented Apr 24, 2024

Does the version in EPEL work now?

Yes, I've tested it yesterday. Thanks a lot for getting it in that quickly.

@giacomini giacomini merged commit 15654d2 into italiangrid:develop May 3, 2024
3 checks passed
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