Details
Description
CarMain feature,which auto install artifacts in studio, maven repository and other deployment targets, encode URL path with a dedicated in class method.
This method decodes badly windows paths with a latin encoding (see linked issue).
Using the java.net.URLDecoder.decode method should fix this issue.