Closed bruderol closed 8 years ago
Decission:
-
\
and /
are replaced by -
-
what we finally agreed upon:
\
and /
) are both replaced by _
(because that was what the old sanitizer did allready for names before, that were used as ids so far)-
that is what the reference implementation does, I consider this as closed
proposal:
only following characters are allowed: A-Z,a-z,0-9, - _ + and no spaces!
calculation of default id from name/value:
This has even the advantage, that when somebody is using a path, e.g. "base/bla" or "/base/bla/" or "base/bla/", that this three examples are all 3 mapped to the same id "base_bla". And "http://www.scenarioo.org" becomes "http_www_scenarioo_org"
Open points: