Changeset 2211 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-12 12:41:55 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-demo/src/main/webapp/WEB-INF/web.xml
r1785 r2211 17 17 <servlet-mapping> 18 18 <servlet-name>Connector</servlet-name> 19 <url-pattern> 20 /fckeditor/editor/filemanager/connectors/* 21 </url-pattern> 19 <!-- Do not wrap this line otherwise Glassfish will fail to load this file --> 20 <url-pattern>/fckeditor/editor/filemanager/connectors/*</url-pattern> 22 21 </servlet-mapping> 23 22 </web-app>