History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-14514
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Chris Mountford [Atlassian]
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Broken version and component links on issues: jsessionid added halfway through URL

Created: 24/Feb/08 08:11 PM   Updated: 07/May/08 02:20 AM
Component/s: Web interface
Affects Version/s: 3.12.2
Fix Version/s: 3.12.3

Time Tracking:
Not Specified

Issue Links:
Regression
 

Participants: Anton Mazkovoi [Atlassian], Chris Mountford [Atlassian] and Jeff Turner [Atlassian]
Since last comment: 21 weeks, 2 days ago
Resolution Date: 26/Feb/08 10:18 PM
Labels:


 Description  « Hide
If you request a JIRA issue URL when a session hasn't previously been established, JIRA adds ';jsessionid' to certain URLs. Unfortunately it's doing this halfway through URLs.
jturner@psyche:~$ curl -s 'https://issues.apache.org/jira/browse/GERONIMO-3855' | grep jsessionid
        <a href="/jira/browse/;jsessionid=EDF15B7B8ACBED04EE709A55746AB3D7GERONIMO/component/12310171" title="console Web Console">console</a>
        <a href="/jira/browse/;jsessionid=EDF15B7B8ACBED04EE709A55746AB3D7GERONIMO/fixforversion/12312602" title="2.1 Geronimo 2.1">2.1</a>, 
        <a href="/jira/browse/;jsessionid=EDF15B7B8ACBED04EE709A55746AB3D7GERONIMO/fixforversion/12312941" title="2.1.1 Geronimo 2.1.1 Maintenance Release">2.1.1</a>, 
        <a href="/jira/browse/;jsessionid=EDF15B7B8ACBED04EE709A55746AB3D7GERONIMO/fixforversion/12312965" title="2.2 Geronimo 2.2">2.2</a>
                &nbsp;<b><a href="/jira/browse/GERONIMO-3855;jsessionid=EDF15B7B8ACBED04EE709A55746AB3D7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">All</a></b>&nbsp;
jturner@psyche:~$ curl -s 'http://localhost:8080/browse/TP-8' | grep jsession
        <a href="/browse/;jsessionid=1749E25A0F8085467CA973669747AE5DTP/component/10000" title="Documentation ">Documentation</a>
        <a href="/browse/;jsessionid=1749E25A0F8085467CA973669747AE5DTP/fixforversion/10001" title="2.0 ">2.0</a>
                &nbsp;<b><a href="/browse/TP-8;jsessionid=1749E25A0F8085467CA973669747AE5D?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">All</a></b>&nbsp;
                &nbsp;<b><a href="/browse/TP-8;jsessionid=1749E25A0F8085467CA973669747AE5D?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel">Change History</a></b>&nbsp;
            <a rel="nofollow" href="/browse/TP-8;jsessionid=1749E25A0F8085467CA973669747AE5D?actionOrder=desc"><img src="/images/icons/down.gif" class="sortArrow" alt="Ascending order - Click to sort in descending order" title="Ascending order - Click to sort in descending order" border="0" /></a>
jturner@psyche:~$

Oddly I cannot replicate this on jira.atlassian.com issues.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] - 24/Feb/08 09:24 PM
Jeff,

What app server is used to run JIRA for Apache?

We use Rersin for jira.atlassian.com, and that could be the reason you are not able to replicate the problem.

Can the problem be replicated on JIAR Standalone?

Cheers,
Anton


Jeff Turner [Atlassian] - 24/Feb/08 09:35 PM
Yes, I replicated it with JIRA Standalone (that's the localhost:8080 sample above). Apache uses a modified JIRA Standalone behind Apache. I verified the problem when bypassing Apache there too.