Ticket #1399 (confirmed enhancement)

Opened 23 months ago

Last modified 2 months ago

urlHandler : manage anchors

Reported by: bricet Owned by:
Priority: low Milestone:
Component: jelix:plugins:urls Version: trunk
Severity: normal Keywords:
Cc: Php version:
Hosting Provider: Blocked By:
Documentation needed: no Blocking:

Description

It would be cool if an urlHandler could manage anchors.

A patch is needed for create() because if create delParam() some params but not all of them, we can not just append the anchor to pathInfo : trailing params will then be appended to the anchor, which is not what we want.

A patch would be may be welcome for parse() just to ease things (even if this should be rarely used, though) ...

Change History

Changed 2 months ago by laurentj

  • status changed from new to confirmed

Why not supporting anchor into the create() method. But it is useless for parse(): the anchor is never sent to the server.

Note: See TracTickets for help on using tickets.