Ticket #1076 (closed Defect: fixed)
Accesscontrolfilter adds trailing slash
Reported by: | JuergeN | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.8.7 |
Component: | DeepaMehta Standard Distribution | Version: | 4.8.6 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-accesscontrol |
Description (last modified by JuergeN) (diff)
When I configure the access control filter in the config file, e.g. to allow /sing-up:
dm4.security.anonymous_read_allowed = /sign-up
a trialing slash is added programmitacally before the internal validation.
As a result calling http://my.domain.tld/sign-up will not work, because it does not match /sign-up/.
Change History
comment:3 Changed 8 years ago by jri
In https://github.com/jri/deepamehta/commit/e3055fac:
Access filter doesn't add / to paths (#1076)
See #1076
Note: See
TracTickets for help on using
tickets.