You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/12/23 02:45:51 UTC

[jira] Created: (TAP5-422) Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.

Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.
------------------------------------------------------------------------------------------

                 Key: TAP5-422
                 URL: https://issues.apache.org/jira/browse/TAP5-422
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.0
            Reporter: Howard M. Lewis Ship


It would be nice if the user's locale showed up in the URL, perhaps just after the context path.  Example:

/context/en/article or /context/de/admin/edit.

This would make the link encoding and decoding rules more complex, as it should still support the current URLs.  Basically, it will have to see if the first "folder" in the request path matches one of the configured locales.

-- 
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: (TAP5-422) Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-422:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.
> ------------------------------------------------------------------------------------------
>
>                 Key: TAP5-422
>                 URL: https://issues.apache.org/jira/browse/TAP5-422
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> It would be nice if the user's locale showed up in the URL, perhaps just after the context path.  Example:
> /context/en/article or /context/de/admin/edit.
> This would make the link encoding and decoding rules more complex, as it should still support the current URLs.  Basically, it will have to see if the first "folder" in the request path matches one of the configured locales.

-- 
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] Closed: (TAP5-422) Tapestry should encode the user's locale into the URL rather than as an HTTP cookie

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-422.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> Tapestry should encode the user's locale into the URL rather than as an HTTP cookie
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-422
>                 URL: https://issues.apache.org/jira/browse/TAP5-422
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1.0.0
>
>
> It would be nice if the user's locale showed up in the URL, perhaps just after the context path.  Example:
> /context/en/article or /context/de/admin/edit.
> This would make the link encoding and decoding rules more complex, as it should still support the current URLs.  Basically, it will have to see if the first "folder" in the request path matches one of the configured locales.

-- 
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] Commented: (TAP5-422) Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658725#action_12658725 ] 

Howard M. Lewis Ship commented on TAP5-422:
-------------------------------------------

This occured to me because a web spider, such as Google, will only be able to see one localization of an application (typically the default, or English, version).

> Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.
> ------------------------------------------------------------------------------------------
>
>                 Key: TAP5-422
>                 URL: https://issues.apache.org/jira/browse/TAP5-422
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>
> It would be nice if the user's locale showed up in the URL, perhaps just after the context path.  Example:
> /context/en/article or /context/de/admin/edit.
> This would make the link encoding and decoding rules more complex, as it should still support the current URLs.  Basically, it will have to see if the first "folder" in the request path matches one of the configured locales.

-- 
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: (TAP5-422) Tapestry should encode the user's locale into the URL rather than as an HTTP cookie

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-422:
--------------------------------------

    Issue Type: Improvement  (was: Bug)
       Summary: Tapestry should encode the user's locale into the URL rather than as an HTTP cookie  (was: Tapestry should allow for encoding the user's locale into the URL rather than as a cookie.)

> Tapestry should encode the user's locale into the URL rather than as an HTTP cookie
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-422
>                 URL: https://issues.apache.org/jira/browse/TAP5-422
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> It would be nice if the user's locale showed up in the URL, perhaps just after the context path.  Example:
> /context/en/article or /context/de/admin/edit.
> This would make the link encoding and decoding rules more complex, as it should still support the current URLs.  Basically, it will have to see if the first "folder" in the request path matches one of the configured locales.

-- 
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