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

Contextual Menu Links Not Working on https #12

Closed
jstephendix opened this issue Aug 26, 2015 · 8 comments
Closed

Contextual Menu Links Not Working on https #12

jstephendix opened this issue Aug 26, 2015 · 8 comments
Assignees

Comments

@jstephendix
Copy link
Contributor

Contextual menu links are not opening on https pages.

Steps to reproduce:
Securepages configuration

  1. Secure pages is enable
  2. Switch back to http pages when there are no matches set to Yes
  3. Non-secure Base URL and Secure Base URL not set
  4. Pages which will be be secure set to history and history/*'
  5. All other settings are default configuration

To reproduce the error:

  1. Create content with the URL alias of /history
  2. Visit https://mysite.com/history
  3. Click on a link within a contextual menu (menu, block, etc.)
@nerdstein
Copy link
Contributor

Any contextual links on a secured page should likely (or should assume to be) secured.

@jose-oliveira
Copy link

Same as issue #4, this is caused because of a conflict with the destination parameter. I'll take a deeper look on that tomorrow.

@nerdstein
Copy link
Contributor

I commented on number 4

@jose-oliveira
Copy link

What's happening:

  • In the method "checkForHttp" of class "SecurePagesEventSubscriber" is setting the request's response to an instance of RedirectResponse
  • In the method "checkRedirectUrl" of class "RedirectResponseSubscriber" it checks if the request's response is an instance of RedirectResponse. If so, it redirects to the "destination" parameter.

Fix suggestion:

  • When redirecting to https, remove the "destination" parameter from the current request. OBS: Because the parameter is still in the URL, after the page is submitted then the user is redirected back to the page set in the "destination" parameter.

@jstephendix
Copy link
Contributor Author

That seems to be a suitable solution.
On Thu, Sep 10, 2015 at 10:24 AM jose-oliveira notifications@github.com
wrote:

What's happening:

  • In the method "checkForHttp" of class
    "SecurePagesEventSubscriber" is setting the request's response to an
    instance of RedirectResponse
  • In the method "checkRedirectUrl" of class
    "RedirectResponseSubscriber" it checks if the request's response is
    an instance of RedirectResponse. If so, it redirects to the
    "destination" parameter.

Fix suggestion:

  • When redirecting to https, remove the "destination" parameter from
    the current request. OBS: Because the parameter is still in the URL, after
    the page is submitted then the user is redirected back to the page set in
    the "destination" parameter.


Reply to this email directly or view it on GitHub
#12 (comment)
.

@jose-oliveira
Copy link

Pull request #23 submitted with this fix.

@jstephendix
Copy link
Contributor Author

Thanks! I'll review the PR and comment if I have any thoughts or
suggestions. Thanks again, appreciate the help!

Stephen Dix

Sr. Developer | Acquia http://acquia.com/

stephen.dix@acquia.com | 520-306-7673

Address: 25 Corporate Drive 4th Floor, Burlington, MA 01803

Acquia Identified as a Leader in new Gartner WCM Magic Quadrant
https://www.acquia.com/gartner-magic-quadrant
Follow @acquia on Twitter http://www.twitter.com/Acquia

On Thu, Sep 10, 2015 at 11:27 AM, jose-oliveira notifications@github.com
wrote:

Pull request #23
#23 submitted
with this fix.


Reply to this email directly or view it on GitHub
#12 (comment)
.

jose-oliveira pushed a commit to jose-oliveira/securepages that referenced this issue Sep 11, 2015
@jstephendix
Copy link
Contributor Author

Tested and issue was resolved in PR#23, making as closed.

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

No branches or pull requests

3 participants