Browse CVS Repository
Contents of /pal/pal-portal/portal/patches/src/webapp/WEB-INF/web.xml
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Sun Jul 16 22:05:39 2006 UTC
(17 years, 7 months ago)
by shinsuke
Branch: shinsuke
CVS Tags: RELEASE-1_0_BETA2, RELEASE-1_0_BETA3, RELEASE-1_0_BETA1, RELEASE-1_0_BETA4, start
Changes since 1.1: +0 -0 lines
File MIME type: application/xml
create pal portal repo
| 1 |
Index: src/webapp/WEB-INF/web.xml |
| 2 |
=================================================================== |
| 3 |
--- src/webapp/WEB-INF/web.xml (リビジョン 392606) |
| 4 |
+++ src/webapp/WEB-INF/web.xml (作業コピー) |
| 5 |
@@ -35,23 +35,19 @@ |
| 6 |
<filter-name>AJAXFilter</filter-name> |
| 7 |
<filter-class>org.apache.jetspeed.ajax.AJAXFilter</filter-class> |
| 8 |
</filter> |
| 9 |
- <!-- |
| 10 |
<filter> |
| 11 |
<filter-name>PortalFilter</filter-name> |
| 12 |
<filter-class>org.apache.jetspeed.login.filter.PortalFilter</filter-class> |
| 13 |
</filter> |
| 14 |
- --> |
| 15 |
<filter-mapping> |
| 16 |
<filter-name>AJAXFilter</filter-name> |
| 17 |
<url-pattern>*.ajax</url-pattern> |
| 18 |
</filter-mapping> |
| 19 |
-<!-- |
| 20 |
|
| 21 |
<filter-mapping> |
| 22 |
<filter-name>PortalFilter</filter-name> |
| 23 |
<url-pattern>/*</url-pattern> |
| 24 |
</filter-mapping> |
| 25 |
---> |
| 26 |
|
| 27 |
<listener> |
| 28 |
<listener-class>org.apache.jetspeed.webapp.logging.Log4JConfigurator</listener-class> |
|