
|
If you were logged in you would be able to see more operations.
|
|
WebTest
Created: 20/Feb/08 00:00:54
Updated: 20/Feb/08 11:38:48
|
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.6
|
|
Currently, the VerifyLinks step (com.canoo.webtest.steps.verify.VerifyLinks) limits itself to only follow links with a protocol of http. The logic behind this makes sense. However, there are many cases where the link we wish to test are "https". It seems reasonable to allow VerifyLinks to follow both http and https protocols.
I believe the code change could be very simple. The first check in VerifyLinks.processLink() should check for both http or https. There may be other checks needed that I've missed and the documentation will need to be updated.
|
|
|