You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example where this is really problematic: using loaded in a gradle project where the user home contains spaces (gradle will put its dependencies there) --> exception
thrown if a path contains spaces at:
https://github.com/spring-projects/spring-loaded/blob/master/springloaded/src/main/java/org/springsource/loaded/agent/SpringLoadedPreProcessor.java#L538
maybe helpful:
http://stackoverflow.com/questions/4494063/how-to-avoid-java-net-urisyntaxexception-in-url-touri
example where this is really problematic: using loaded in a gradle project where the user home contains spaces (gradle will put its dependencies there) --> exception