#578 ✓resolved
Tim Hunt

Incorrect URL for dev/set_current_user

Reported by Tim Hunt | December 9th, 2009 @ 03:33 PM

When using a prefix in development mode, example:

./script/server --port=3000 --path=/somepath

The prefix is not included in the set_current_user URl.

The fix - change line 609 in taglibs/rapid_core.dryml

From
onchange="location.href = '/dev/set_current_user?login=' + this.options[this.selectedIndex].value"

To
onchange="location.href = '#{base_url}/dev/set_current_user?login=' + this.options[this.selectedIndex].value"

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Tags

Referenced by

Pages