Ticket #530 (closed defect: invalid)

Opened 5 months ago

Last modified 5 months ago

framework reload with password

Reported by: sullah Assigned to: 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

08/20/08 12:06:09 changed by lmajano

  • status changed from new to closed.
  • resolution set to invalid.

The way to reinit is via the fwreinit variable Sana. Reinitpass doesn't exist!! :)

fwreinit=reinitpassword

08/20/08 15:42:17 changed by sullah

thanks Luis, not sure why reinitpass comes in my mind. I will try to find this url info (index.cfm?fwreinit=true&reinitpass=mypasswordkey) might be somewhere I saw this.


Copyright 2006 ColdBox Framework by Luis Majano