You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simon Kitching <sk...@apache.org> on 2006/07/25 11:20:52 UTC

Re: svn commit: r425343 - /jakarta/commons/proper/logging/trunk/project.xml

On Tue, 2006-07-25 at 09:13 +0000, dennisl@apache.org wrote:
> Author: dennisl
> Date: Tue Jul 25 02:13:44 2006
> New Revision: 425343
> 
> URL: http://svn.apache.org/viewvc?rev=425343&view=rev
> Log:
> Add trailing slashes to URLs.

>    
> -  <url>http://jakarta.apache.org/commons/logging</url>
> +  <url>http://jakarta.apache.org/commons/logging/</url>

Is the trailing slash on the url important?



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


Re: svn commit: r425343 - /jakarta/commons/proper/logging/trunk/project.xml

Posted by Dennis Lundberg <de...@apache.org>.
Simon Kitching wrote:
> On Tue, 2006-07-25 at 09:13 +0000, dennisl@apache.org wrote:
>> Author: dennisl
>> Date: Tue Jul 25 02:13:44 2006
>> New Revision: 425343
>>
>> URL: http://svn.apache.org/viewvc?rev=425343&view=rev
>> Log:
>> Add trailing slashes to URLs.
> 
>>    
>> -  <url>http://jakarta.apache.org/commons/logging</url>
>> +  <url>http://jakarta.apache.org/commons/logging/</url>
> 
> Is the trailing slash on the url important?

If you use maven-linkcheck-plugin they are reported as errors or 
warnings unless the are exactly as they should. Without the trailing 
slash they are considered redirects, 301 or 302 IIRC.

-- 
Dennis Lundberg

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