Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Quoting the commit log:
Bug fix: don't reallocate parameterStyles from within the assignment loop.
You end up with an all-null array except for the last entry. For example,
oauth.rs.tokens="HEADER,BODY,QUERY" produces [null,null,"QUERY"].
Color diff and raw patch:
https://github.com/bnoordhuis/amber/commit/5e74032
https://github.com/bnoordhuis/amber/commit/5e74032.patch