Ticket #700 (closed enhancement: fixed)

Opened 12 months ago

Last modified 12 months ago

Authorization Changes: Wildcard pages attribute, added remote Address

Reported by: edward stow Owned by: xue
Priority: normal Milestone: 3.1.1
Component: Prado Framework v3 Version: 3.1
Severity: minor Keywords:
Cc:

Description

Authorization Rules have been changed

1. Allow wildcarding of directories using the prado namespace conventions. 2. Add authorization from specificied ip addresses, including wildcarding.

An example is :

<allow pages="Admin.*" remoteAddrs="127.0.0.1, 111.222.333.*"/>

The attached zip file contains the changes, with simple_tests and demo application that illustrate usage.

This package includes the fix to TPageService reported in http://trac.pradosoft.com/prado/ticket/692

Attachments

AuthorizationChanges.zip (22.2 kB) - added by edward stow 12 months ago.

Change History

Changed 12 months ago by edward stow

Changed 12 months ago by xue

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.