Ticket #530 (closed defect: invalid)
framework reload with password
| Reported by: | sullah | Owned by: | lmajano |
|---|---|---|---|
| Priority: | highest | Milestone: | 3.0.0 |
| Component: | Coldbox (cfc-cfm) (Front Controller) | Version: | 2.6.1 |
| Severity: | major | Keywords: | reload |
| Cc: | sullah |
Description
framework is not reloading when ReinitPassword? value is not empty.
according to docs the reload parameters are index.cfm?fwreinit=true&reinitpass=mypasswordkey
Something is missing which compare password from (url/form) to coldbox.xml.cfm ReinitPassword? setting.
This should be fixed ASAP.
How To Reproduce:
set password in coldbox.xml.cfm
<Setting name="ReinitPassword?" value="mypasswordkey"/>
set application mode to production then try to reload with url/form parameters.
Change History
Note: See
TracTickets for help on using
tickets.
