You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/07 15:42:31 UTC

[GitHub] [netbeans] mbien opened a new pull request, #4749: use java.net.UrlEncoder/Decoder instead of buggy custom impl.

mbien opened a new pull request, #4749:
URL: https://github.com/apache/netbeans/pull/4749

   fixes #4732
   
   This isn't optimal since the methods are used to encode file names (255 char limit on windows), but since this is public API its still worth fixing since it didn't support non latin chars properly as seen in the issue.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] 6PATyCb commented on pull request #4749: use java.net.URLEncoder/Decoder instead of buggy custom impl.

Posted by GitBox <gi...@apache.org>.
6PATyCb commented on PR #4749:
URL: https://github.com/apache/netbeans/pull/4749#issuecomment-1272043489

   @mbien Please help me with right way to add my test [#4751 ] after your current PR.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] mbien merged pull request #4749: use java.net.URLEncoder/Decoder instead of buggy custom impl.

Posted by GitBox <gi...@apache.org>.
mbien merged PR #4749:
URL: https://github.com/apache/netbeans/pull/4749


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists