You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Patrick Moore (JIRA)" <ta...@jakarta.apache.org> on 2007/02/27 04:39:05 UTC

[jira] Created: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

ServiceEncoding needs ability to set the PathInfo variable
----------------------------------------------------------

                 Key: TAPESTRY-1305
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
             Project: Tapestry
          Issue Type: Improvement
    Affects Versions: 4.1.2
            Reporter: Patrick Moore
            Priority: Minor


ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Reopened: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

Posted by "Patrick Moore (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Moore reopened TAPESTRY-1305:
-------------------------------------


looking at  4.1.4 code I don't see a 

public void setPathInfo(String pathInfo)

did it get added?

Also need resetModified() on ServiceEncoding as well. This is to handle use case for encoders the decorate the url but are not the final encoding service. If there is a more approved way please let me know..


> ServiceEncoding needs ability to set the PathInfo variable
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1305
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.2
>            Reporter: Patrick Moore
>            Assignee: Jesse Kuhnert
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou reassigned TAPESTRY-1305:
-----------------------------------------

    Assignee: Andreas Andreou  (was: Jesse Kuhnert)

> ServiceEncoding needs ability to set the PathInfo variable
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1305
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.2
>            Reporter: Patrick Moore
>            Assignee: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1305.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.2
         Assignee: Jesse Kuhnert

ok

> ServiceEncoding needs ability to set the PathInfo variable
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1305
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.2
>            Reporter: Patrick Moore
>         Assigned To: Jesse Kuhnert
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou resolved TAPESTRY-1305.
---------------------------------------

    Resolution: Fixed

The resetModified method was already there, but just added a setPathInfo()

To use both, you need to cast to ServiceEncodingImpl - the ServiceEncoding interface is
left unchanged for a reason ;)

> ServiceEncoding needs ability to set the PathInfo variable
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1305
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.2
>            Reporter: Patrick Moore
>            Assignee: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1305) ServiceEncoding needs ability to set the PathInfo variable

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou updated TAPESTRY-1305:
--------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.4

> ServiceEncoding needs ability to set the PathInfo variable
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1305
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1305
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 4.1.2
>            Reporter: Patrick Moore
>            Assignee: Andreas Andreou
>            Priority: Minor
>             Fix For: 4.1.4
>
>
> ServiceEncoding does not allow for the _pathInfo member to be changed. I need to do so because I have a encoder that is stripping out a tracking id before the service-specific  encoder runs.

-- 
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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org