You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2010/01/27 11:47:34 UTC

[jira] Created: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

Match subresource method on empty path when no matching resource method avaiable
--------------------------------------------------------------------------------

                 Key: CLEREZZA-94
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Reto Bachmann-Gmür


On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94

For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.

As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch, org.apache.clerezza.triaxrs-CLEREZZA-94_2.patch, org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Resolved: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani resolved CLEREZZA-94.
----------------------------------

    Resolution: Fixed

RootResourceExecutorImpl:
- getCandidateMethods(...): if the remaining path is empty or / and the resource has no candidate methods, getCandidateMethods(...) returns the sub resource methods.

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch, org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment: org.apache.clerezza.triaxrs-CLEREZZA-94_2.patch

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch, org.apache.clerezza.triaxrs-CLEREZZA-94_2.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Commented: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828582#action_12828582 ] 

Reto Bachmann-Gmür commented on CLEREZZA-94:
--------------------------------------------

The patch implies you did a 
svn --parents copy trunk/org.apache.clerezza.parent/org.apache.clerezza.triaxrs/ issues/CLEREZZA-94/org.apache.clerezza.triaxrs

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Assigned: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani reassigned CLEREZZA-94:
------------------------------------

    Assignee: Agron Limani

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch, org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment: org.apache.clerezza.triaxrs-CLEREZZA-94.patch

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment:     (was: org.apache.clerezza.triaxrs-CLEREZZA-94.patch)

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment:     (was: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch)

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Commented: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

Posted by "Agron Limani (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLEREZZA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805921#action_12805921 ] 

Agron Limani commented on CLEREZZA-94:
--------------------------------------

org.apache.clerezza.triaxrs-CLEREZZA-94.patch: Patch with a failing test

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Updated: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

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

Agron Limani updated CLEREZZA-94:
---------------------------------

    Attachment:     (was: org.apache.clerezza.triaxrs-CLEREZZA-94_2.patch)

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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


[jira] Closed: (CLEREZZA-94) Match subresource method on empty path when no matching resource method avaiable

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-94.
--------------------------------------


applied patch agron which looks really nice

> Match subresource method on empty path when no matching resource method avaiable
> --------------------------------------------------------------------------------
>
>                 Key: CLEREZZA-94
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-94
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Agron Limani
>         Attachments: org.apache.clerezza.triaxrs-CLEREZZA-94_3.patch
>
>
> On the jsr311 I've got positive feedback on this issue: https://jsr311.dev.java.net/issues/show_bug.cgi?id=94
> For us theis faeture would allow a much nicer implementation of TypeHandlerSpace and it would obsolete Jax-rs extensions.
> As the feature doesn't break compaitibility with the current jax-rs spec I suggest we implement it right away.

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