You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Antoine Lochet (JIRA)" <ji...@apache.org> on 2010/05/06 12:14:49 UTC

[jira] Created: (TAP5-1133) app-version in URL should be disabled when in production-mode

app-version in URL should be disabled when in production-mode
-------------------------------------------------------------

                 Key: TAP5-1133
                 URL: https://issues.apache.org/jira/browse/TAP5-1133
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.1.0.7, 5.1.0.6, 5.1.0.5, 5.1.0.4, 5.1.0.3, 5.1.0.2, 5.1.0.1, 5.1.0.0
            Reporter: Antoine Lochet


The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
We have a trouble in production when Tapestry is behind load-balancers.
One request can fail (error 404) if it arrives on a different server after a first request on another server.
This should be desactivated in production-mode to avoid such errors.

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


[jira] Closed: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Igor Drobiazko closed TAP5-1133.
--------------------------------

    Fix Version/s: 5.1.0.5
       Resolution: Won't Fix

This can be fix by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}


> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.1.0.5
>
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Updated: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Antoine Lochet updated TAP5-1133:
---------------------------------

    Description: 
The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
We have a trouble in production when Tapestry is behind load-balancers.
One request can fail (error 404) if it arrives on a different server after a first request on another server.
This should be desactivated in production-mode to avoid such errors.
Or at least make an fixed default app-version when in this porduction-mode.

  was:
The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
We have a trouble in production when Tapestry is behind load-balancers.
One request can fail (error 404) if it arrives on a different server after a first request on another server.
This should be desactivated in production-mode to avoid such errors.

       Priority: Minor  (was: Major)

> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Priority: Minor
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Assigned: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Igor Drobiazko reassigned TAP5-1133:
------------------------------------

    Assignee: Igor Drobiazko

> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Assigned: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Igor Drobiazko reassigned TAP5-1133:
------------------------------------

    Assignee: Igor Drobiazko

> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Updated: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Antoine Lochet updated TAP5-1133:
---------------------------------

    Description: 
The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
We have a trouble in production when Tapestry is behind load-balancers.
One request can fail (error 404) if it arrives on a different server after a first request on another server.
This should be desactivated in production-mode to avoid such errors.
Or at least make an fixed default app-version when in this porduction-mode.

  was:
The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
We have a trouble in production when Tapestry is behind load-balancers.
One request can fail (error 404) if it arrives on a different server after a first request on another server.
This should be desactivated in production-mode to avoid such errors.

       Priority: Minor  (was: Major)

> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Priority: Minor
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Closed: (TAP5-1133) app-version in URL should be disabled when in production-mode

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

Igor Drobiazko closed TAP5-1133.
--------------------------------

    Fix Version/s: 5.1.0.5
       Resolution: Won't Fix

This can be fix by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}


> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.1.0.5
>
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Issue Comment Edited: (TAP5-1133) app-version in URL should be disabled when in production-mode

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864736#action_12864736 ] 

Igor Drobiazko edited comment on TAP5-1133 at 5/6/10 7:39 AM:
--------------------------------------------------------------

This can be fixed by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}


      was (Author: igor.drobiazko):
    This can be fix by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}

  
> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.1.0.5
>
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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


[jira] Issue Comment Edited: (TAP5-1133) app-version in URL should be disabled when in production-mode

Posted by "Igor Drobiazko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864736#action_12864736 ] 

Igor Drobiazko edited comment on TAP5-1133 at 5/6/10 7:39 AM:
--------------------------------------------------------------

This can be fixed by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}


      was (Author: igor.drobiazko):
    This can be fix by following contribution. 

public static void contributApplicationDefaults(MappedConfiguration<String, String> configuration) {
    configuration.add(SymbolConstants.APPLICATION_VERSION, "any_app_version");
}

  
> app-version in URL should be disabled when in production-mode
> -------------------------------------------------------------
>
>                 Key: TAP5-1133
>                 URL: https://issues.apache.org/jira/browse/TAP5-1133
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.1.0.1, 5.1.0.2, 5.1.0.3, 5.1.0.4, 5.1.0.5, 5.1.0.6, 5.1.0.7
>            Reporter: Antoine Lochet
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.1.0.5
>
>
> The app-version added in the URL for static elements which is convenient is development mode to avoid browser caching.
> We have a trouble in production when Tapestry is behind load-balancers.
> One request can fail (error 404) if it arrives on a different server after a first request on another server.
> This should be desactivated in production-mode to avoid such errors.
> Or at least make an fixed default app-version when in this porduction-mode.

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