Router parameters bug |
|||
|---|---|---|---|
| Date: | 06/03/2008 | Severity: | Trivial |
| Status: | Bogus | Reporter: | gokure |
| Version: | 1.6.2 | ||
| Keywords: | Libraries, Router Class | ||
Description
when I (want) use parameter (?xxx=yyy) to no-cache action, if I have 1 parameret, will go to 404 page, and if I have 2 parameters, will right.
Code Sample
http://vt1/CodeIgniter/ac/dashboard?rand=1452645
http://vt1/CodeIgniter/ac/dashboard?rand=1452645&b=nothing
Expected Result
Actual Result
Comment on Bug Report
| Posted by: Derek Jones on 3 June 2008 10:05pm | |
|
|
Greetings, I do not see a forum thread associated with this bug report, and it looks like it may not be a bug. Have you first read the bug reporting guidelines and used the Bug Report Forum to get help confirming that this is a bug before reporting? Thanks! |
| Posted by: gokure on 3 June 2008 10:47pm | |
|
|
ok, maybe is me wrong. Or maybe I didn’t say clearly, I mean is there are parameters useless, just doesn’t browser cached it. /ac/ is really folder, dashboard is class, default call index method. after “?” mark, it’s useless, and in controller not process it. Now I add one prameter (?xxx=yyy), it’s wrong. and append one (?xxx=yyy&aaa=bbb), it’s right. |
| Posted by: Derek Jones on 3 June 2008 10:52pm | |
|
|
I would suggest starting a forum thread to get help with this issue, Gang. |
| Posted by: gokure on 3 June 2008 10:54pm | |
|
|
thank. |
| Posted by: gokure on 3 June 2008 11:33pm | |
|
|
it’s my wrong. I need change uri_protocol to not AUTO |
| Posted by: Derek Jones on 3 June 2008 11:47pm | |
|
|
Glad you figured it out, Gang! :-D |
