frenzypeng / securityswitch

Automatically exported from code.google.com/p/securityswitch
Other
0 stars 0 forks source link

Support custom path resolving to enable CMS integration #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I've created a patch to allow this module to work when the security definitions 
are controled by a CMS system.  
(http://code.google.com/r/martincjarvis-customrequestevaluator/)

As the secure urls are often under the control of clients/end users the ability 
for this module to reflect the current content configuration is quite important.

Regards,

Martin

Original issue reported on code.google.com by martin.c.jarvis on 31 May 2011 at 12:41

GoogleCodeExporter commented 8 years ago
I do like the idea of allowing for custom evaluators that do not rely on 
configured paths. I may opt to use a new event (along the lines of the 
BeforeEvaluateRequest event) to handle this. I'm not sure just yet which way to 
go.

Thank you for the idea and your code. It is much appreciated.

Original comment by vent...@gmail.com on 5 Jun 2011 at 4:13

GoogleCodeExporter commented 8 years ago
This feature is now implemented via the new EvaluateRequest event for the 
module. See the new wiki page on its use: 
http://code.google.com/p/securityswitch/wiki/DynamicEvaluation.

Original comment by vent...@gmail.com on 19 Jul 2011 at 11:58