fix #189
This commit is contained in:
parent
d29f65a6aa
commit
f4a5853862
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ public class WizardAction implements Serializable {
|
|||
final char c = configPath.charAt(i);
|
||||
if (c == '\\') {
|
||||
buf.append('/');
|
||||
} else if (c == ' ') {
|
||||
buf.append("%20");
|
||||
} else if (CharUtil.isUrlChar(c)) {
|
||||
buf.append(c);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue