On 11 January 2013 14:32,  <ol...@apache.org> wrote:
> Author: olamy
> Date: Fri Jan 11 14:32:58 2013
> New Revision: 1432062
>
> URL: http://svn.apache.org/viewvc?rev=1432062&view=rev
> Log:
> redirect for attributes
>
> Modified:
>     commons/cms-site/trunk/content/resources/.htaccess
>
> Modified: commons/cms-site/trunk/content/resources/.htaccess
> URL: 
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1432062&r1=1432061&r2=1432062&view=diff
> ==============================================================================
> --- commons/cms-site/trunk/content/resources/.htaccess (original)
> +++ commons/cms-site/trunk/content/resources/.htaccess Fri Jan 11 14:32:58 
> 2013
> @@ -5,6 +5,7 @@ RedirectMatch ^(.*)/exec/(.*) $1/propers
>  RedirectMatch ^(.*)/cli/(.*) $1/propers/commons-cli/$2
>  RedirectMatch ^(.*)/ognl/(.*) $1/propers/commons-ognl/$2
>  RedirectMatch ^(.*)/digester/(.*) $1/propers/commons-digester/$2
> +RedirectMatch ^(.*)/attributes/(.*) $1/propers/commons-attributes/$2

Could these use Redirect instead?

Also, why does the path include "propers" rather than "proper" as used
elsewere in commons SVN?


>  #sandbox
>  RedirectMatch ^(.*)/sandbox/cli2/(.*) $1/sandbox-sites/commons-cli2/$2
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to