public final class NameMangler extends Object
- character unmangled as long as they
are shorter than MAX_SAFE_LENGTH characters. For all other names we mangle. In mangling we try to keep
the semantic meaning of separator characters like /\._ and space by mangling as -. All other
characters are encoded using _ as a prefix for the hex code. Finally we inject the hash with . used
to identify the hash portion.Copyright © 2016–2019. All rights reserved.