mbien commented on issue #4732: URL: https://github.com/apache/netbeans/issues/4732#issuecomment-1271766427
agreed. The methods are also unfortunately public API of the module, so we can't really remove them or change the encoding. Thats why I decided to use java.net.URLEncoder for now. This fixes this particular issue here, without changing API or file compatibility. It has the disadvantage of being a bad encoder for file names, but this would be another issue - at least it should works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
