Forums / Suggestions / Improved site access matching

Improved site access matching

Author Message

Jan Borsodi

Wednesday 29 October 2003 2:20:00 am

Currently the site access matching system is more complex than it needs to be, for instance it consists of too many separate settings.
Also the PHP code that does the matching is hard to read and has already had several bugs (It's better in 3.2-3 and 3.3 thanks to Volker Lenz)

I propose to create a totally new matching system which will solve this problems as well as make the system more flexible.

1. The matching
Instead of having 5-10 settings for determing how to match I propose a simple list/array of matching rules.
Each rule will try to match and if it does returns a site access name, that name is checked against valid site accesses.
If the site access is valid it used if not the next rule is checked.

a) host

SiteAccessMatch[]=hostmap:www.example.com=user
SiteAccessMatch[]=hostmap:admin.example.com=admin

This has two rules which matches against a hostname an designates it a site access.

SiteAccessMatch[]=hostelement:3

Fetches the text from the third element in the hostname and uses it as the site access. eg. www.example.com, here the first element is com and the third is www.

SiteAccessMatch[]=hostregexp:(.+).www.example.com:1

Matches the hostname against a regexp and returns the nth submatch, in this case 1.

b) port

SiteAccessMatch[]=portmap:81=admin

Maps a port number to a siteaccess.

c) path
This was currently known as URI but is really just the path element.

SiteAccessMatch[]=pathelement:1

Fetches the nth element of the path (separated by /) and uses that as siteaccess name.

SiteAccessMatch[]=pathregexp:^([^/]+)/:1

Matches the path against a regexp and returns the nth element.

d) url

SiteAccessMatch[]=urlmap:http://www.example.com=user
SiteAccessMatch[]=urlmap:https://www.example.com=admin

Maps against the whole request url and maps it to a site access.

SiteAccessMatch[]=urlregexp:https?://([^.]+).example.com:1

Matches the url against a regexp and uses the nth match as the site access.

2. Compatability

The old code should be moved to a new file and a new setting in site.ini should be added.
That way it's possible to call the old code if you don't want to change your existing settings.

Also all new settings should be placed in a new .ini (e.g. access.ini) file.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

eZ debug

Timing: Jan 18 2025 10:18:34
Script start
Timing: Jan 18 2025 10:18:34
Module start 'content'
Timing: Jan 18 2025 10:18:34
Module end 'content'
Timing: Jan 18 2025 10:18:34
Script end

Main resources:

Total runtime0.7111 sec
Peak memory usage4,096.0000 KB
Database Queries183

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 587.7109180.8359
Module start 'content' 0.00630.5775 768.5469480.9688
Module end 'content' 0.58380.1272 1,249.5156334.8672
Script end 0.7110  1,584.3828 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.5577210.0002
Check MTime0.00150.2147210.0001
Mysql Total
Database connection0.00070.091810.0007
Mysqli_queries0.641890.25211830.0035
Looping result0.00170.23591810.0000
Template Total0.680095.620.3400
Template load0.00180.259920.0009
Template processing0.678195.358220.3391
Template load and register function0.00010.013410.0001
states
state_id_array0.00100.139810.0010
state_identifier_array0.00100.137120.0005
Override
Cache load0.00150.2145380.0000
Sytem overhead
Fetch class attribute can translate value0.00120.170020.0006
Fetch class attribute name0.00070.100120.0004
XML
Image XML parsing0.00070.091820.0003
class_abstraction
Instantiating content class attribute0.00000.000420.0000
General
dbfile0.00711.0032280.0003
String conversion0.00000.000730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs