Skip to content

Commit

Permalink
forward porting to 1.9.x: EL functions defined in modules are not
Browse files Browse the repository at this point in the history
accessible when used in portlets - TRUNK-3743
  • Loading branch information
dkayiwa committed Jul 3, 2013
1 parent b08423c commit b8cf6eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -341,7 +341,10 @@
<filter-mapping>
<filter-name>jspClassLoader</filter-name>
<url-pattern>*.jsp</url-pattern>
<dispatcher>ERROR</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>REQUEST</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>

<welcome-file-list>
Expand Down

0 comments on commit b8cf6eb

Please sign in to comment.