svnno****@sourc*****
svnno****@sourc*****
2008年 12月 9日 (火) 09:39:56 JST
Revision: 1532 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1532 Author: shinsuke Date: 2008-12-09 09:39:56 +0900 (Tue, 09 Dec 2008) Log Message: ----------- accepted css files. Modified Paths: -------------- board/trunk/src/main/webapp/WEB-INF/web.xml -------------- next part -------------- Modified: board/trunk/src/main/webapp/WEB-INF/web.xml =================================================================== --- board/trunk/src/main/webapp/WEB-INF/web.xml 2008-12-08 23:39:55 UTC (rev 1531) +++ board/trunk/src/main/webapp/WEB-INF/web.xml 2008-12-09 00:39:56 UTC (rev 1532) @@ -65,7 +65,7 @@ <filter-class>jp.sf.pal.board.common.filter.SecurityConstraintFilter</filter-class> <init-param> <param-name>acceptUrlPaths</param-name> - <param-value>/message/view/download/.*</param-value> + <param-value>/message/view/download/.*,/css/.*</param-value> </init-param> </filter> <filter-mapping>