Skip to content

Commit

Permalink
defaults: fix double-reported TCP port for http
Browse files Browse the repository at this point in the history
The 'dcache ports' command reports the same port twice for the httpd 
domain.  This is because, when webadminHttpPort became port (patch RB
#4518) the duplication wasn't resolved.

This patch fixes this issue.

Require-book: no
Require-notes: no
Target: trunk
Request: 2.5
Request: 2.4
Patch: http://rb.dcache.org/r/5067/
Acked-by: Christian Bernardt
  • Loading branch information
paulmillar committed Jan 7, 2013
1 parent c0a7264 commit dfa6fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/defaults/httpd.properties
Expand Up @@ -139,7 +139,7 @@ webadmin.alarm.dao.properties=
#
(immutable)httpd/net.ports.tcp-when-authenticated-is-false=${port}
(immutable)httpd/net.ports.tcp-when-authenticated-is-true=${port} ${httpsPort}
(immutable)httpd/net.ports.tcp=${port} ${net.ports.tcp-when-authenticated-is-${authenticated}}
(immutable)httpd/net.ports.tcp=${net.ports.tcp-when-authenticated-is-${authenticated}}

#
# ---- Obsolete properties
Expand Down

0 comments on commit dfa6fc5

Please sign in to comment.