Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Manager Pluging does not handle SSL offloaded request properly #2

Open
rudysandoval opened this issue Feb 29, 2016 · 0 comments

Comments

@rudysandoval
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant