Details
Description
IMO the encodeId method is meant to return an id that is guaranteed to be a valid Doxia id. However, for an empty string as input, or a string consisting only of spaces, encodeId returns an empty string which is not a valid id.
IMO the encodeId method is meant to return an id that is guaranteed to be a valid Doxia id. However, for an empty string as input, or a string consisting only of spaces, encodeId returns an empty string which is not a valid id.
Fixed in r769701.