You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "John Kaputin (JIRA)" <ji...@apache.org> on 2007/01/12 12:25:28 UTC

[jira] Created: (WODEN-122) Implement {http location} grammar in HTTPLocation class

Implement {http location} grammar in HTTPLocation class
-------------------------------------------------------

                 Key: WODEN-122
                 URL: https://issues.apache.org/jira/browse/WODEN-122
             Project: Woden
          Issue Type: Improvement
          Components: Parser
            Reporter: John Kaputin
         Assigned To: John Kaputin
            Priority: Minor


The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493742 ] 

John Kaputin commented on WODEN-122:
------------------------------------

r535327
Added support for EBNF grammar to whttp:location parsing logic. Awaiting clarification from ws-desc working group on whether the spec should state an assertion requiring that the http location must conform to the grammar.  Currently, the HTTPLocation object is flagged as invalid if the HTTP location input string does not conform to this grammar, but there is not WSDL assertion to use for error reporting.

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Updated: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Kaputin updated WODEN-122:
-------------------------------

    Priority: Major  (was: Minor)

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Updated: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Kaputin updated WODEN-122:
-------------------------------

    Summary: Implement EBNFgrammar for {http location}  in HTTPLocation class  (was: Implement {http location} grammar in HTTPLocation class)

Modified Summary field to include 'EBNF'

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>            Priority: Minor
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506191 ] 

John Kaputin commented on WODEN-122:
------------------------------------

Assertion HTTPSerialization-2106 has been added to section 6.8.1.1 of the WSD2 Adjuncts spec (part 2). The HTTPLocation class needs to be changed to report this assertion error if the EBNF grammar validation fails.

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>            Assignee: John Kaputin
>             Fix For: M8
>
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Updated: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "Lawrence Mandel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lawrence Mandel updated WODEN-122:
----------------------------------

    Fix Version/s:     (was: M8)
                   M9

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>            Assignee: John Kaputin
>             Fix For: M9
>
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Updated: (WODEN-122) Implement EBNFgrammar for {http location} in HTTPLocation class

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WODEN-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Kaputin updated WODEN-122:
-------------------------------

    Fix Version/s: M8

> Implement EBNFgrammar for {http location}  in HTTPLocation class
> ----------------------------------------------------------------
>
>                 Key: WODEN-122
>                 URL: https://issues.apache.org/jira/browse/WODEN-122
>             Project: Woden
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>            Priority: Minor
>             Fix For: M8
>
>
> The WSDL 2.0 working group is defining a grammar for parsing the curly braces syntax in the http location template (CR130). When this has been added to the Part 2 spec, support for it should be implemented in the HTTPLocation class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org