[Bug #1312] Fix issue with printing in HTTPs is enabled
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
b7524bdce5
commit
1bfdd4f4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ public class CutyPrint {
|
|||
|
||||
// Add capture destination callback URL
|
||||
String hostName = resolveLocalHost(request);
|
||||
captureString += " --url=http://" + hostName + ":"
|
||||
captureString += " --url="+ request.getScheme() + "://" + hostName + ":"
|
||||
+ request.getLocalPort() + url;
|
||||
if (parameters != null) {
|
||||
captureString += "?";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue