docportal start page only works when in root context

Description

Since Version 1.18 (2004-12-03) file

/docportal/webpages/index.html

contains redirection to

<meta http-equiv="refresh" content="0; /index.xml..."/>

This can only work if the application is
within root context of server, otherwise e.g.

http://someserver/mycore/index.html

would redirect to

http://someserver/index.xml...

which leads to a 404 error.

Maybe you simply switch the index.html
to a index.jsp and use expression

<meta http-equiv="refresh"
content="0; <%= request.getContextPath()
%>/index.xml?XSL.Style=de&lang=de"/>

to automatically include correct context path.

Environment

None

Activity

Thomas Scheffler 
February 1, 2015 at 1:35 PM

closed all issues resolved before end of last year

Jira Admin 
January 10, 2006 at 3:33 PM

  • *status*: open --> closed

Frank Lützenkirchen 
December 13, 2004 at 1:08 PM

Logged In: YES
user_id=1130765

Maybe just using a relative URL works?
meta http-equiv="refresh" content="0; index.xml"/>

Fixed

Details

Assignee

Reporter

Labels

URL

External issue ID

Fix versions

Priority

Created December 7, 2004 at 1:08 PM
Updated May 16, 2018 at 11:13 AM
Resolved May 16, 2018 at 11:13 AM