You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/23 19:41:53 UTC

[jira] Closed: (XERCESJ-698) [RFC 2396]: Registry-based Naming Authority shouldn't be rejected.

Message:

   The following issue has been closed.

   Resolver: Michael Glavassevich
       Date: Fri, 23 Apr 2004 10:40 AM

Closed.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESJ-698

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESJ-698
    Summary: [RFC 2396]: Registry-based Naming Authority shouldn't be rejected.
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Xerces2-J
 Components: 
             Other
   Versions:
             2.4.0

   Assignee: Michael Glavassevich
   Reporter: Michael Glavassevich

    Created: Mon, 7 Apr 2003 8:33 PM
    Updated: Fri, 23 Apr 2004 10:40 AM
Environment: Operating System: All
Platform: All

Description:
Currently the Xerces URI implementation completely ignores 3.2.1. Registry-
based Naming Authority from RFC 2396, which means any URI contaning such a 
section will be rejected (such as myscheme://$authority$). This has 
implications for a number of things within Xerces including XML Schema 
validation (anyURI).

Relevant productions:
authority     = server | reg_name
reg_name      = 1*( unreserved | escaped | "$" | "," |
                    ";" | ":" | "@" | "&" | "=" | "+" )

References:
http://www.ietf.org/rfc/rfc2396.txt


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org