developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 9 years ago
Closed 17 months ago
#1422 closed bug (invalid)
Bad behavior of the significant url engine when using module/action parameters
Reported by: | laurentj | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.7 |
Component: | jelix:plugins:urls | Version: | 1.2.4 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
When no url is defined with the pathinfo="/" in urls.xml,
- index.php?module=foo&action=bar displays the bar page
- index.php/?module=foo&action=bar displays the 404 page
When the url "/" is defined (mapped on the "hello" action)
- index.php?module=foo&action=bar displays the bar page
- index.php/?module=foo&action=bar displays the "hello" page
Whether the "/" is defined or not, we should have at least the same page on index.php/.
And probably we should have to ignore completely module/action parameters when there are no override. (fix it into 1.4 ?)
An other problem, the defined URL "/" is ignored when the entry point is not present. it try to display the page indicated into module/action parameters.
Change History (3)
comment:1 Changed 9 years ago by laurentj
- Status changed from new to confirmed
comment:2 Changed 5 years ago by laurentj
- Milestone set to Jelix 1.7
comment:3 Changed 17 months ago by laurentj
- Resolution set to invalid
- Status changed from confirmed to closed
Note: See
TracTickets for help on using
tickets.