diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-09-15 15:57:36 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-09-15 15:57:36 +0200 |
commit | 0d7260d0525d68007635df717b2f5520794afbb5 (patch) | |
tree | 655f90c456ecafe78cab1fd16223e8f75f61e555 /src/eclipseAgent/lombok | |
parent | 69c928a629ee66daa175c2eb05d4bbc118cf019c (diff) | |
download | lombok-0d7260d0525d68007635df717b2f5520794afbb5.tar.gz lombok-0d7260d0525d68007635df717b2f5520794afbb5.tar.bz2 lombok-0d7260d0525d68007635df717b2f5520794afbb5.zip |
[fixes #2960] [installer] Fix issue with weird chars in eclipse path
Lombok used to attempt to escape 'weird' chars (using a whitelist of chars that need no escaping) when writing out eclipse.ini.
However, there _is no_ escaping mechanism available there. Instead, apparently eclipse/java just reads the chars appearing after
the `-javaagent:` prefix as literally as possible. Therefore, just.. don't escape, and pray. Spaces, colons, and ats have all been confirmed
as working correctly when rendering them literally, and as failing when you attempt to escape them.
Diffstat (limited to 'src/eclipseAgent/lombok')
0 files changed, 0 insertions, 0 deletions