[ 
https://issues.apache.org/jira/browse/ROL-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glen Mazza closed ROL-1202.
---------------------------

         Resolution: Cannot Reproduce
    Level of effort: Class mentioned does not exist today (JIRA from 2006).  
Not aware of this issue still occurring.

> Wrong array parameter supplied when parsing paths 
> '/username/pagelink/datestring'
> ---------------------------------------------------------------------------------
>
>                 Key: ROL-1202
>                 URL: https://issues.apache.org/jira/browse/ROL-1202
>             Project: Apache Roller
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Richard Jones
>            Assignee: Roller Unassigned
>
> class:   org.apache.roller.presentation.RollerRequest.java
> method:   parsePathInfo()
> Causes day paths (e.g. 20060808) to be treated as month paths (e,g 200608).  
> Two occurances of the same bug which effects pages with the following path 
> format:
> "/username/pagelink/datestring"
> "/username/pagelink/datestring/anchor"
> The code on lines 267 and 303
> if(pathInfo[1].length() = 8)
> should be:
> if(pathInfo[2].length() = 8)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to