Revision 2944
Added by Matt Jones over 18 years ago
lib/style/skins/knp/index.html | ||
---|---|---|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 |
<html> |
|
3 |
<head> |
|
4 |
<title> </title> |
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
6 |
<meta http-equiv="refresh" content="0;URL=index.jsp"> |
|
7 |
</head> |
|
8 |
<body></body> |
|
9 |
</html> |
|
10 | 0 |
lib/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.