# HG changeset patch # User Paul Boddie # Date 1396820152 -7200 # Node ID ecf85f4f1907ab7cddef239f5ec08b754016f4bb # Parent 4a4d2d2992872359f8f2c97d5ab3000318c17bdf Fixed URL and path concatenation for webcal URLs. diff -r 4a4d2d299287 -r ecf85f4f1907 EventAggregatorSupport/View.py --- a/EventAggregatorSupport/View.py Sun Mar 30 23:02:48 2014 +0200 +++ b/EventAggregatorSupport/View.py Sun Apr 06 23:35:52 2014 +0200 @@ -417,7 +417,7 @@ # The full URL is needed for webcal links. - full_url = "%s%s" % (request.getBaseURL(), getPathInfo(request)) + full_url = "%s/%s" % (request.getBaseURL().rstrip("/"), getPathInfo(request).lstrip("/")) # Generate the links.