This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4550 - Is an assertion required for {http location} EBNF grammar?
Summary: Is an assertion required for {http location} EBNF grammar?
Status: RESOLVED FIXED
Alias: None
Product: WSDL
Classification: Unclassified
Component: Adjuncts (show other bugs)
Version: 2.0
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: WSDL Mailing List
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2007-05-10 03:50 UTC by Jonathan Marsh
Modified: 2007-05-10 15:45 UTC (History)
0 users

See Also:


Attachments

Description Jonathan Marsh 2007-05-10 03:50:39 UTC
I'd like to propose replacing the text associated with the EBNF grammar in
section 6.8.1.1:

"The following EBNF [ISO/IEC 14977:1966] grammar represents the patterns for
constructing the request IRI"

 with the new assertion HTTPSerialization-2106:

"The {http location} property MUST conform to the following EBNF [ISO/IEC
14977:1966] grammar, which represents the patterns for constructing the
request IRI."

regards,
John Kaputin.

On 5/4/07, John Kaputin (gmail) <jakaputin@gmail.com> wrote:
>
> There is no WSDL assertion stating that an {http location} or
> whttp:location must conform to the EBNF grammar defined in Part 2 Section
> 6.8.1.1.
>
> Consider the following whttp:location values, which do not conform to this
> EBNF grammar:
>
> "/to}wn/{localname}"  (unmatched left brace)
> "/town/{local:name}"  (template does not specify an NCName)
> "/town/{localname"    (closing right brace is missing)
>
> Should these be considered WSDL errors? If so, should there be an
> assertion about the EBNF grammar?  Apache Woden parses the whttp:location
> attribute and if it does not conform to the EBNF grammar the {http location}
> property is flagged as invalid, but there is no WSDL assertion to use for
> error reporting.
>
> Alternatively, Woden could just ignore these grammar errors and treat them
> as ordinary string content in {http location} but the problem would still
> need to be resolved when the request IRI is constructed by the message
> builder.
Comment 1 Jonathan Marsh 2007-05-10 15:15:34 UTC
Proposal accepted.