使用Apache Shindig为客户应用程序加入社区内容
2010-03-01 00:00:00 来源:WEB开发网………………….
public static void
checkContentTypes(Set<String> allowedContentTypes,
String contentType,
boolean
disallowUnknownContentTypes)
throws
InvalidContentTypeException {
if
(StringUtils.isEmpty(contentType)) {
if
(disallowUnknownContentTypes) {
throw
new
InvalidContentTypeException(
"No Content-Type specified. One of "
+ StringUtils.join(allowedContentTypes, ", ") + " is required");
}
else
{
// No content type specified, we can fail in other ways later.
return
;
}
}
contentType = ContentTypes.extractMimePart(contentType);
//BL. comented out to support
// if (ContentTypes.FORBIDDEN_CONTENT_TYPES.contains(contentType)) {
// throw new InvalidContentTypeException(
// "Cannot use disallowed Content-Type " + contentType);
// }
..........................................
清单5 修改ContentTypes类
- ››使用linux中的quota教程
- ››apache设置域名绑定 以及绑定不起作用的排查
- ››使用jxl生成带动态折线图的excel
- ››apache rewrite将指定URL转向指定的几个服务器
- ››使用mysql mysqldump进行数据库迁移
- ››使用jquery是新tab形式
- ››使用QUnit进行Javascript单元测试
- ››使用UITextFieldDelegate来隐藏键盘
- ››使用公式提取Excel中的日期后发现格式不对
- ››使用SQL Azure 的BI 解决方案
- ››使用PLSQL Developer工具导出sql文件
- ››使用双缓冲技术实现Android画板应用
更多精彩
赞助商链接