Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url Routes RegEx or patterns for matching #59

Open
mpwoodward opened this issue Mar 1, 2012 · 0 comments
Open

Url Routes RegEx or patterns for matching #59

mpwoodward opened this issue Mar 1, 2012 · 0 comments

Comments

@mpwoodward
Copy link

(Moved from http://trac.mach-ii.com/machii/ticket/272)

This is sort of a trivial enhancement request as I'm not certain if it's practical, but I was thinking earlier about a specific engineering solution and this came to mind.

I've heard of people creating custom event names like:

/index.cfm/machine.widget.add.1245/

Now that event handler does not exist in the framework so they use the exception plugin point to take that pseudo event and map that to a "generic" event named machine.add with event args type = widget and id = 1245. I was thinking it might be cool to allow people to map URL routes RegEx? or patterns to a "generic" event handler.

It is not that the plugin exception point is bad way to deal with this, but I was wondering if this would be more attractive way to do this.

Considering there is no community need yet and this is a completely theoretical enhancement request on my part, I'm going to put this is in uncategorized milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant