Ticket #18 (new bug)

Opened 20 months ago

Extra hash string in generated url

Reported by: cbandes Owned by: nathanhammond
Priority: major Milestone: Version 1.0
Component: Documentation Version:
Keywords: Cc:
Blocking: Blocked By:

Description

I have a page called technology2.aspx which is accessed via querystrings in the format ?page=1

I enabled jssm for history management, and it is working great except it is appending the technology2.aspx twice - like so:

technology2.aspx#technology2.aspx?page=50&rid=33

Instead of the expected:
technology2.aspx#?page=50&rid=33
or the desired:
technology2.aspx?page=50&rid=33

Is this a config issue on my part, an 'as designed' issue, or a bug?

cbandes@…

Thank you!!

Note: See TracTickets for help on using tickets.