有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

JavaGoogleAppEngine对除root以外的任何内容返回“Error:bidden”

我刚刚部署了my first app FTheme.com,它可以在dev服务器上顺利运行,但现在它显示了除root之外的任何页面的403 Error: FORBIDDEN。以下是服务器响应示例:

HTTP/1.1 403 Forbidden
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Date: Sun, 06 Feb 2011 14:07:09 GMT
Server: Google Frontend
Cache-Control: private, x-gzip-ok=""
Content-Length: 166

<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 FORBIDDEN</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: FORBIDDEN</h1>
</body></html>

我在JSP页面上得到这个事件,这些页面只做简单的include和像req.getParameter()这样的简单代码

提前感谢您的帮助


共 (1) 个答案