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 2020/02/24 18:19:05 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request #1970: [NETBEANS-2613] Enable fetching schemas for urn schema

matthiasblaesing opened a new pull request #1970: [NETBEANS-2613] Enable fetching schemas for urn schema
URL: https://github.com/apache/netbeans/pull/1970
 
 
   urn URIs are not correctly decoded by the JDK java.net.URI class.
   It is expected that urn:xyz?fetch=true would result in an URI
   reporting xyz as path and ?fetch=true as query string, but the
   JDK reports null for both parts.
   
   Instead of relying on URI class, acknowledge, that the extraction
   of the relevant parts of the query string rely on direct manipulation
   of the querystring, so getting the query string can take the same
   code path.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] matthiasblaesing merged pull request #1970: [NETBEANS-2613] Enable fetching schemas for urn schema

Posted by GitBox <gi...@apache.org>.
matthiasblaesing merged pull request #1970: [NETBEANS-2613] Enable fetching schemas for urn schema
URL: https://github.com/apache/netbeans/pull/1970
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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