Univention Bugzilla – Attachment 7316 Details for
Bug 40070
Self Service links to do not honor non-default ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
40070.patch (text/plain), 551 bytes, created by
Florian Best
on 2015-11-23 14:43:06 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-11-23 14:43:06 CET
Size:
551 bytes
patch
obsolete
>diff --git a/services/univention-apache/js/ucs/startsite.js b/services/univention-apache/js/ucs/startsite.js >index 659801a..5292875 100644 >--- a/services/univention-apache/js/ucs/startsite.js >+++ b/services/univention-apache/js/ucs/startsite.js >@@ -232,6 +232,11 @@ define([ > protocol = 'https:'; > port = ''; > } >+ if (!port && window.location.port) { >+ // in case of access to https://host:1443/ >+ protocol = window.location.protocol; >+ port = window.location.port; >+ } > if (port) { > port = ':' + port; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 40070
: 7316