You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/03/12 15:13:38 UTC

[jira] [Commented] (LANG-1094) Javadoc is not encoding spaces correctly

    [ https://issues.apache.org/jira/browse/LANG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358709#comment-14358709 ] 

Benedikt Ritter commented on LANG-1094:
---------------------------------------

Are we sure this is a bug in lang? Sounds more like a bug in the JavaDoc tool.

> Javadoc is not encoding spaces correctly
> ----------------------------------------
>
>                 Key: LANG-1094
>                 URL: https://issues.apache.org/jira/browse/LANG-1094
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: General
>            Reporter: Duncan Jones
>            Priority: Minor
>             Fix For: Patch Needed
>
>
> I've noticed the Javadocs include links to methods with spaces incorrectly encoded. For example, the Javadocs for [DateUtils|http://commons.apache.org/proper/commons-lang/javadocs/api-release/org/apache/commons/lang3/time/DateUtils.html] describes a method:
> {code:java}
> public static boolean isSameDay(Calendar cal1, Calendar cal2)
> {code}
> The link to this is:
> {noformat}
> [...]/DateUtils.html#isSameDay(java.util.Calendar, java.util.Calendar)
> {noformat}
> whereas it should be:
> {noformat}
> [...]/DateUtils.html#isSameDay(java.util.Calendar,%20java.util.Calendar)
> {noformat}
> Not sure what's causing this problem. But it certainly hinders efforts to link to our docs from other sites (like Stack Overflow).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)