Skip to content

Commit b8cf6eb

Browse files
committedJul 3, 2013
forward porting to 1.9.x: EL functions defined in modules are not
accessible when used in portlets - TRUNK-3743
1 parent b08423c commit b8cf6eb

File tree

1 file changed

+3
-0
lines changed
  • webapp/src/main/webapp/WEB-INF

1 file changed

+3
-0
lines changed
 

‎webapp/src/main/webapp/WEB-INF/web.xml

+3
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,10 @@
341341
<filter-mapping>
342342
<filter-name>jspClassLoader</filter-name>
343343
<url-pattern>*.jsp</url-pattern>
344+
<dispatcher>ERROR</dispatcher>
344345
<dispatcher>FORWARD</dispatcher>
346+
<dispatcher>REQUEST</dispatcher>
347+
<dispatcher>INCLUDE</dispatcher>
345348
</filter-mapping>
346349

347350
<welcome-file-list>

0 commit comments

Comments
 (0)
Please sign in to comment.