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

[login] added slashes at the end of URL #3176

Merged
merged 1 commit into from
Oct 11, 2017

Conversation

ridz1208
Copy link
Collaborator

This pull request adds slashes at the end of the password-reset and request-account urls because that is the expected behavior and in their absence nginx servers seem to throw a 301 error

@ridz1208 ridz1208 added Category: Bug PR or issue that aims to report or fix a bug [branch] bugfix labels Oct 11, 2017
@ridz1208 ridz1208 added this to the 18.0.1 milestone Oct 11, 2017
@ridz1208 ridz1208 requested a review from driusan October 11, 2017 18:00
@ridz1208
Copy link
Collaborator Author

@driusan is there a way to test this ??

<a href="{$baseurl}/password-reset">Forgot your password?</a><br/>
<a href="{$baseurl}/request-account">Request Account</a>
<a href="{$baseurl}/password-reset/">Forgot your password?</a><br/>
<a href="{$baseurl}/request-account/">Request Account</a>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is necessary since the htacess is expecting that slash (see link below)

https://github.com/aces/Loris/blob/minor/htdocs/.htaccess#L9

@driusan driusan merged commit f1a5add into aces:bugfix Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Bug PR or issue that aims to report or fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants