pfefferf / ui5-nwabap-deployer

UI5 Deployer for SAP NetWeaver ABAP
Apache License 2.0
55 stars 18 forks source link

GET parameters in server URL are not carried through as such for upload url #27

Closed vobu closed 4 years ago

vobu commented 4 years ago

Given that I pass in a custom GET parameter as the server config option, https://example.org/?spnego=disabled, the GET parameter is treated as part of the host url, not as url parameter: https://example.org/?spnego=disabled/sap/bc/adt/cts/transports

Valid (upload) scenarios for this are to bypass SAML2 and SPNEGO authentication (?saml2=disabled ?spnego=disabled)

I will provide a fix for this as a PR - just keeping track of the issue here 😄