Revision 2944
Added by Matt Jones over 18 years ago
index.jsp | ||
---|---|---|
45 | 45 |
addedParams = "?qformat="+qformat; |
46 | 46 |
} |
47 | 47 |
|
48 |
String redirectURI = "@style-skins-relpath@/"+qformat+"/index.html"+addedParams;
|
|
48 |
String redirectURI = "@style-skins-relpath@/"+qformat+"/"+addedParams; |
|
49 | 49 |
%> |
50 | 50 |
<jsp:forward page="<%= redirectURI %>" /> |
Also available in: Unified diff
Eliminated bug that caused a cycle of redirects between the root of the
context and the default skin.