The Microsoft SharePoint Connector for SharePoint 2013 enables the use of Microsoft SharePoint document and list management capabilities through the Telligent user experience.
MIT License
0
stars
1
forks
source link
Integration Manager Pluging does not handle SSL offloaded request properly #2
Telligent.Evolution.Extensions.SharePoint.Components.Controls.ItemCollectionControl sets the BaseUrl property using Page.Request.Url.GetLeftPart(UriPartial.Authority);
That does not account for off loaded SSL requests when using a load balanced environment.
One solution could be to use PublicApi.Url.Absolute(EditPageRelativeUrl); in the EditBtnLink method for Telligent.Evolution.Extensions.SharePoint.IntegrationManager.IntegrationManagerPresenter.
Telligent.Evolution.Extensions.SharePoint.Components.Controls.ItemCollectionControl sets the BaseUrl property using
Page.Request.Url.GetLeftPart(UriPartial.Authority);
That does not account for off loaded SSL requests when using a load balanced environment.
One solution could be to use
PublicApi.Url.Absolute(EditPageRelativeUrl);
in the EditBtnLink method for Telligent.Evolution.Extensions.SharePoint.IntegrationManager.IntegrationManagerPresenter.