Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Since HST-2 supports sitemap item handlers which can process the filter chain just after HstFilter (HSTTWO-2463), most Servlet Web Application Framework (such as Spring MVC, Cocoon, Wicket, etc) applications can possibly take advantage of HST-2 host/site/content mapping, session pool, html/link rewriting, tag libraries, etc. like normal HST-2 web applications.
In a nutshell:
- Expose FilterChain through the ValveContext
- Integrate ContentBeansResolvingValve into the HST
- Intergrate FilterChainInvokingValve in the HST and have it fetch the FilterChain from the valveContext (only in 'delegateToFilterChainPipeline')
- Create a new standard HST pipeline 'delegateToFilterChainPipeline'
- So, for example, we can define any sitemap item with the 'delegateToFilterChainPipeline'.
Attachments
Issue Links
- causes
-
HSTTWO-2642 Document HST Generic External Web Application Framework Integration Support
- Closed
- relates to
-
HSTTWO-2622 Backport : Generic External Web Application Framework Integration Support
- Closed
-
HSTTWO-2621 Backport : wrong userId is cached on http session which might trigger a re-handshake between cms and site
- Closed
-
HSTTWO-2625 Remove all occurences of annotation scanning and content bean resolving apart from the one for the ContentBeansTool
- Closed