Issue Details (XML | Word | Printable)

Key: JRA-6967
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: joshua portway
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
JIRA

after clicking "update" from "Edit Project" page the returned page is messed up

Created: 09/Jun/05 08:21 PM   Updated: 30/Jul/06 07:37 PM
Component/s: Administration
Affects Version/s: 3.2
Fix Version/s: 3.2.1

Time Tracking:
Not Specified

File Attachments: 1. HTML File Projects.html (7 kB)

Environment: tomcat 5.0.28

Participants: Dylan Etkin [Atlassian] and joshua portway
Since last comment: 3 years, 25 weeks, 3 days ago
Resolution Date: 09/Jun/05 09:25 PM
Labels:


 Description  « Hide
After I press the update button the page returned has an odd url :
http://www.noodleparty.net/jira/jira/secure/project/ViewProjects.jspa

notice that jira appears twice in the url. The page that comes back has only the actual project list on it (ie. none of the menus or the rest of the page) and looks like it has no css. I've attached the source for the HTML page returned.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 09/Jun/05 09:25 PM
This was a problem with the returnUrl being set to a full url instead of being a relative url. This only showed up if Jira was running under a context that was not the root context. It now sets it as a relative url and all is better.