Ticket Hash: | 88807f83a6d9ddfd71421781e9e5ffd7a781c7d5 | ||
Title: | wapp-page-... commands cannot be interp aliases | ||
Status: | Fixed | Type: | Feature_Request |
Severity: | Minor | Priority: | Immediate |
Subsystem: | Resolution: | Fixed | |
Last Modified: |
2019-07-30 15:34:26 5.93 years ago |
Created: |
2019-06-18 11:49:56 6.04 years ago |
Version Found In: | 1.0 |
User Comments: | ||||
anonymous added on 2019-06-18 11:49:56:
Currently wapp checks for the existence of page handling commands using [info proc]. This means that any commands defined using [interp alias] are not acceptable as valid [wapp-page...] handlers. Interp alias is very convenient for creating a poor mans url routing table without having to create a load of one line procs. It's also much easier to generate dynamically. Any specific reason [info proc] is used instead of [info commands] ? |