You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CxfAutoConfiguration.baseAndServiceEndingUrl() method returns a concatenation of the baseUrl and serviceUrlEnding which might lead to unexpected addresses.
If we have the following configuration:
soap.service.base.url=/root/
The baseAndServiceEndingUrl will be "/root//YourService", which isn't exactly expected in my opinion. Shouldn't the baseAndServiceEndingUrl() strip trailing/leading/double-slashes from the address?
The text was updated successfully, but these errors were encountered:
The
CxfAutoConfiguration.baseAndServiceEndingUrl()
method returns a concatenation of thebaseUrl
andserviceUrlEnding
which might lead to unexpected addresses.If we have the following configuration:
soap.service.base.url=/root/
The
baseAndServiceEndingUrl
will be "/root//YourService", which isn't exactly expected in my opinion. Shouldn't thebaseAndServiceEndingUrl()
strip trailing/leading/double-slashes from the address?The text was updated successfully, but these errors were encountered: