-
Type:
Support Request
-
Resolution: Handled by Support
-
Priority:
High
-
Affects Version/s: 3.10.1
-
Component/s: None
-
None
-
Environment:
WebSphere Appl. Server 6.0.2.19, JDK 1.4.2, Windows 2003 5.2
In our environment we'd like Jira to be located behind a Tivoli Webseal Junction named app, giving eg. this address to Jira: http://app-jira-t/app/jira
The problem however is, that Jira has an inconsistency between the URL's used in onClick targets and href links, as shown in this code snippet from the HTML source:
<td nowrap onClick="window.document.location='/jira/secure/CreateIssue!default.jspa'" align="center" valign="middle" class="navItem" onMouseOver="this.className='navItemOver'" onMouseOut="this.className='navItem'">
<a href="/app/jira/secure/CreateIssue!default.jspa"
id="create_link" title="Opret en ny aktivitet" accessKey="p" onClick="return false" >O<u>P</u>RET AKTIVITET</a>
</td>
Ie. Jira can only be navigated with "right click + open in new window" - simply clicking a link results in an invalid address.