https://issues.apache.org/bugzilla/show_bug.cgi?id=54185

--- Comment #3 from Keith <[email protected]> ---
(In reply to comment #1)
> In the meantime, if you use the GUI to provide the full URL it will be used
> as is.
> 
> If you need to use a pre-processor to calculate the URL, just save it in a
> variable instead of using setProperty() and reference the variable in the
> GUI path field.

The GUI option doesn't work which led to me making the patch:

If the port specified is the default port for a protocol (i.e. in my case HTTPS
and port 443) then the sampler does not include the port in when it makes the
request.

In my case the receiving server (which I have no control over) actually expects
a URL with the following format:

https://domain:443/blah/SSO?qsStuff

I added https and 443 in the GUI, but my tests show that the request the
sampler is making is:

https://domain/blah/SSO?qsStuff

Which the receiving server throws an internal error on.  

That's what led me to the path patch.  The other option I considered was a
patch to allow "force port to be included in url", but it didn't seem as clean.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to