My favorites | Sign in
Logo
                
Search
for
Updated May 21, 2008 by tuckey
Labels: Phase-Requirements
ProposedFeatures  
Features to be added

Proposed Features

Features for 3.1

Later Releases

  • random condition type
    • 2. A randomized condition, i.e. a condition which is true with a certain probability.
    • 3. A round robin condition, i.e. a condition which is true every n-th time.
  • backrefs in sets
  • better debugging of server name matcher
  • debugging tool (especially a googlebot client debugger, possibly add googlebot tag)
  • ability to set request parameters
  • ability to specify a $1 as $encode($1) (or something like that)
  • <to-servlet>struts</to-servlet> will call context.getNamedDispatcher() to similar
  • grouping of rule for default settings
  • capture original (pre match) url into request attr so that people can use it
  • a way to compare ALL parameters with a pattern?
  • In Apache: RewriteEngine on
    • RewriteMap upper2lower int:tolower
    • RewriteRule ^/(.*)$ /${upper2lower:$1}
  • An analogue to this mod_rewrite feature:
    • RewriteCond %{REQUEST_FILENAME} !-f
    • RewriteCond %{REQUEST_FILENAME} !-d
  • debug screen, ie, this request matches the following rules
  • capture original full url (incl query string) into request attr so it can be used later

Sign in to add a comment
Hosted by Google Code