Remove final on AbstractRequestTargetUrlCodingStrategy#getMountPath()
---------------------------------------------------------------------

                 Key: WICKET-2840
                 URL: https://issues.apache.org/jira/browse/WICKET-2840
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.4.7
            Reporter: Nicolas Richeton


Could final be removed of AbstractRequestTargetUrlCodingStrategy#getMountPath() 
? 

I have a usecase where I need to mount a same page on several paths depending 
on the locale : 
- the login page is mounted on /login when the site is in english, and 
/connexion when the site is in french
- The inverse should return 404 -> /login in french or /connexion in english
- All links should link directly to the right page according to the site 
language

The best way I found to implement this is to override 
AbstractRequestTargetUrlCodingStrategy#getMountPath() but because of the final 
qualifier, a lot of code has to be duplicated. Why is this method final and 
could it be removed ?  

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

        

Reply via email to