]
Minh Hoang TO resolved GTNPORTAL-1701.
--------------------------------------
Resolution: Done
FilterDefinition should match the patterns properly
---------------------------------------------------
Key: GTNPORTAL-1701
URL:
https://jira.jboss.org/browse/GTNPORTAL-1701
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Khoi Nguyen
Assignee: Khoi Nguyen
Labels: 3.1.x_backport_issue, portal-s43, worked
Fix For: 3.2.0-GA
Original Estimate: 4 hours
Remaining Estimate: 4 hours
In ExtensibleFilter, we only execute the filters which match to path of request URI. So
we should match to path regardless portal container name.
For example:
In sample extension, we had SampleFilter with pattern was /.*. If we change pattern to
/simpleFilter, SimpleFilter cannot be executed because the path URI is
/portal/simpleFilter (with portal container name is 'portal'). Actually, we want
do filter to SimpleFilter when in the path has /simpleFilter regardless portal container
name
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: