You are viewing a plain text version of this content. The canonical link for it is here.
- [01/34] portals-pluto git commit: Added fields and methods as described in PORTLETSPEC3-63 and PORTLETSPEC3-64: PortletRequest#USER_AGENT, PortletRequest#getPortletContext, and ClientDataRequest#getContentLengthLong. Implemented the methods in the Pluto - posted by ms...@apache.org on 2016/04/08 15:40:13 UTC, 0 replies.
- [02/34] portals-pluto git commit: Bug fix in ClientDataRequestWrapper - posted by ms...@apache.org on 2016/04/08 15:40:14 UTC, 0 replies.
- [03/34] portals-pluto git commit: Fixed documentation bugs in overview-html, ClientDataRequest.java, PortletListener.java - posted by ms...@apache.org on 2016/04/08 15:40:15 UTC, 0 replies.
- [04/34] portals-pluto git commit: Added methods for asynchronous processing on ResourceRequest. Added async configuration items on @PortletConfiguration and @ServeResourceMethod annotations. Added async-supported item to portlet deployment descriptor XSD - posted by ms...@apache.org on 2016/04/08 15:40:16 UTC, 0 replies.
- [05/34] portals-pluto git commit: Added unit tests for async configuration code. - posted by ms...@apache.org on 2016/04/08 15:40:17 UTC, 0 replies.
- [06/34] portals-pluto git commit: Activated async mode in portal driver servlet. activated async mode for the servlets representing portlets that are configured for async" - posted by ms...@apache.org on 2016/04/08 15:40:18 UTC, 0 replies.
- [07/34] portals-pluto git commit: worked on portlet async support - posted by ms...@apache.org on 2016/04/08 15:40:19 UTC, 0 replies.
- [08/34] portals-pluto git commit: progress on async support. Modifications to portlet container and portal driver servlet - posted by ms...@apache.org on 2016/04/08 15:40:20 UTC, 0 replies.
- [09/34] portals-pluto git commit: worked on Resource phase async implementation - posted by ms...@apache.org on 2016/04/08 15:40:21 UTC, 0 replies.
- [10/34] portals-pluto git commit: added new output display to path info portlet - posted by ms...@apache.org on 2016/04/08 15:40:22 UTC, 0 replies.
- [11/34] portals-pluto git commit: worked on startAsync implementaion - posted by ms...@apache.org on 2016/04/08 15:40:23 UTC, 0 replies.
- [12/34] portals-pluto git commit: added code to path infor portlet for extended display - posted by ms...@apache.org on 2016/04/08 15:40:24 UTC, 0 replies.
- [13/34] portals-pluto git commit: fixed bug that was preventing the resource ID rfrom being stored on the URL - posted by ms...@apache.org on 2016/04/08 15:40:25 UTC, 0 replies.
- [14/34] portals-pluto git commit: Completed initial implementation of resource phase async support - posted by ms...@apache.org on 2016/04/08 15:40:26 UTC, 0 replies.
- [15/34] portals-pluto git commit: worked on async portlet - posted by ms...@apache.org on 2016/04/08 15:40:27 UTC, 0 replies.
- [16/34] portals-pluto git commit: more work on async portlet - posted by ms...@apache.org on 2016/04/08 15:40:28 UTC, 0 replies.
- [17/34] portals-pluto git commit: Work on async portlet - posted by ms...@apache.org on 2016/04/08 15:40:29 UTC, 0 replies.
- [18/34] portals-pluto git commit: Fixed bug in PortalURLParserImpl that was preventing Pluto from working on Tomcat 8.0.32. Replaced blanks in the path portion with %20. - posted by ms...@apache.org on 2016/04/08 15:40:30 UTC, 0 replies.
- [19/34] portals-pluto git commit: Added bug fixes and debugging code for async support - posted by ms...@apache.org on 2016/04/08 15:40:31 UTC, 0 replies.
- [20/34] portals-pluto git commit: async support debugging - posted by ms...@apache.org on 2016/04/08 15:40:32 UTC, 0 replies.
- [21/34] portals-pluto git commit: basic async functionality works - posted by ms...@apache.org on 2016/04/08 15:40:33 UTC, 0 replies.
- [22/34] portals-pluto git commit: fixed bugs in async portlet - posted by ms...@apache.org on 2016/04/08 15:40:34 UTC, 0 replies.
- [23/34] portals-pluto git commit: Refactoring to make sure that the portal listener is the last listener to execute. Added code to re-initialize the portlet request context properly during the async dispatch. - posted by ms...@apache.org on 2016/04/08 15:40:35 UTC, 0 replies.
- [24/34] portals-pluto git commit: Fixed bug where portlet request context was initialized with the wrong wrapped request. Introduced code to display proper dispatcher type during processing. - posted by ms...@apache.org on 2016/04/08 15:40:36 UTC, 0 replies.
- [25/34] portals-pluto git commit: Added async portlet test filter. Made filter chain work properly for async requests. Refactored portlet servlet and portlet invoker to move bean holder initialization to the front of the execution chain. - posted by ms...@apache.org on 2016/04/08 15:40:37 UTC, 0 replies.
- [26/34] portals-pluto git commit: Changed FilterChain to instantiate filters through the bean manager when possible in order to enable contextual support in filters. Extended the PortletAsyncFilter to use dependency injection. Structured the PortletServl - posted by ms...@apache.org on 2016/04/08 15:40:38 UTC, 0 replies.
- [27/34] portals-pluto git commit: Completed async listener. Added listener to demo async portlet. - posted by ms...@apache.org on 2016/04/08 15:40:39 UTC, 0 replies.
- [28/34] portals-pluto git commit: worked on contextual enablement in AsyncContext.start() thread. - posted by ms...@apache.org on 2016/04/08 15:40:40 UTC, 0 replies.
- [29/34] portals-pluto git commit: Completed contextual support for thread executed with AsyncContext#start() - posted by ms...@apache.org on 2016/04/08 15:40:41 UTC, 0 replies.
- [30/34] portals-pluto git commit: Completed contextual support for listeners and threads run by AsyncContext#start(). Expanded async demo portlet to show information from filters and listeners when possible. Fixed several bugs to allow resources to be cl - posted by ms...@apache.org on 2016/04/08 15:40:42 UTC, 0 replies.
- [31/34] portals-pluto git commit: Started work to add portlet-specific async interfaces - posted by ms...@apache.org on 2016/04/08 15:40:43 UTC, 0 replies.
- [32/34] portals-pluto git commit: Continued work to add portlet-specific async interfaces - posted by ms...@apache.org on 2016/04/08 15:40:44 UTC, 0 replies.
- [33/34] portals-pluto git commit: Added new classes for asynchronous processing and improved async documentation. New classes: PortletAsyncListener, PortletAsyncContext, and PortletAsyncEvent. Modified the Pluto implmentation to use the new interfaces. M - posted by ms...@apache.org on 2016/04/08 15:40:45 UTC, 0 replies.
- [34/34] portals-pluto git commit: Added new classes for asynchronous processing and improved async documentation. New classes: PortletAsyncListener, PortletAsyncContext, and PortletAsyncEvent. Modified the Pluto implmentation to use the new interfaces. M - posted by ms...@apache.org on 2016/04/08 15:40:46 UTC, 0 replies.
- portals-pluto git commit: Added another bean in async portlet demo to mark when the request has been completed so that the async runner can refrain fro doing work and causing exceptions after a timeout occurs. Toned down the logging somewhat by setting s - posted by ms...@apache.org on 2016/04/14 13:53:59 UTC, 0 replies.
- [01/50] [abbrv] portals-pluto git commit: Worked on making portlet API consistent with jira issues #2 - posted by ms...@apache.org on 2016/04/14 14:28:41 UTC, 0 replies.
- [02/50] [abbrv] portals-pluto git commit: Added additional wrapper classes as requested by Jira issue PORTLETSPEC3-62 - posted by ms...@apache.org on 2016/04/14 14:28:42 UTC, 0 replies.
- [03/50] [abbrv] portals-pluto git commit: Added additional wrapper classes as requested by Jira issue PORTLETSPEC3-62 - posted by ms...@apache.org on 2016/04/14 14:28:43 UTC, 0 replies.
- [04/50] [abbrv] portals-pluto git commit: Minor wording changes in the Javadoc. Copied updated portlet API overview document into the Pluto portlet_api project. - posted by ms...@apache.org on 2016/04/14 14:28:44 UTC, 0 replies.
- [05/50] [abbrv] portals-pluto git commit: Added new PortletContext methods getEffectiveMajorVersion, getEffectiveMinorVersion, getClassLoader, and getContextPath according to Jira issue PORTLETSPEC3-53. Extended the PortletConfigPortlet in the PortletV3D - posted by ms...@apache.org on 2016/04/14 14:28:45 UTC, 0 replies.
- [06/50] [abbrv] portals-pluto git commit: Added new PortletResponse methods getProperty, getPropertyNames, getPropertyValues and ResourceResponse methods getStatus and setContentLengthLong according to Jira issue PORTLETSPEC3-60. Extended the HeaderPortl - posted by ms...@apache.org on 2016/04/14 14:28:46 UTC, 0 replies.
- [07/50] [abbrv] portals-pluto git commit: Added PortalContextWrapper to fulfill PORTLETSPEC3-62. Removed the conditional dispatching interfaces ConditionalDispatchMethod, MethodToken, and ConditionalDispatcher, since they won't be part of the spec. - posted by ms...@apache.org on 2016/04/14 14:28:47 UTC, 0 replies.
- [08/50] [abbrv] portals-pluto git commit: updated 3.0 XSD to remove conditional dispatching stuff - posted by ms...@apache.org on 2016/04/14 14:28:48 UTC, 0 replies.
- [09/50] [abbrv] portals-pluto git commit: Corrections in javadoc and license text - posted by ms...@apache.org on 2016/04/14 14:28:49 UTC, 0 replies.
- [10/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:50 UTC, 0 replies.
- [11/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:51 UTC, 0 replies.
- [12/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:52 UTC, 0 replies.
- [13/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:53 UTC, 0 replies.
- [14/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:54 UTC, 0 replies.
- [15/50] [abbrv] portals-pluto git commit: Renamed PortletState to RenderState and made all corresponding code and documentation updates. - posted by ms...@apache.org on 2016/04/14 14:28:55 UTC, 0 replies.
- [16/50] [abbrv] portals-pluto git commit: Added fields and methods as described in PORTLETSPEC3-63 and PORTLETSPEC3-64: PortletRequest#USER_AGENT, PortletRequest#getPortletContext, and ClientDataRequest#getContentLengthLong. Implemented the methods in th - posted by ms...@apache.org on 2016/04/14 14:28:56 UTC, 0 replies.
- [17/50] [abbrv] portals-pluto git commit: Bug fix in ClientDataRequestWrapper - posted by ms...@apache.org on 2016/04/14 14:28:57 UTC, 0 replies.
- [18/50] [abbrv] portals-pluto git commit: Fixed documentation bugs in overview-html, ClientDataRequest.java, PortletListener.java - posted by ms...@apache.org on 2016/04/14 14:28:58 UTC, 0 replies.
- [19/50] [abbrv] portals-pluto git commit: Added methods for asynchronous processing on ResourceRequest. Added async configuration items on @PortletConfiguration and @ServeResourceMethod annotations. Added async-supported item to portlet deployment descri - posted by ms...@apache.org on 2016/04/14 14:28:59 UTC, 0 replies.
- [20/50] [abbrv] portals-pluto git commit: Added unit tests for async configuration code. - posted by ms...@apache.org on 2016/04/14 14:29:00 UTC, 0 replies.
- [21/50] [abbrv] portals-pluto git commit: Activated async mode in portal driver servlet. activated async mode for the servlets representing portlets that are configured for async" - posted by ms...@apache.org on 2016/04/14 14:29:01 UTC, 0 replies.
- [22/50] [abbrv] portals-pluto git commit: worked on portlet async support - posted by ms...@apache.org on 2016/04/14 14:29:02 UTC, 0 replies.
- [23/50] [abbrv] portals-pluto git commit: progress on async support. Modifications to portlet container and portal driver servlet - posted by ms...@apache.org on 2016/04/14 14:29:03 UTC, 0 replies.
- [24/50] [abbrv] portals-pluto git commit: worked on Resource phase async implementation - posted by ms...@apache.org on 2016/04/14 14:29:04 UTC, 0 replies.
- [25/50] [abbrv] portals-pluto git commit: added new output display to path info portlet - posted by ms...@apache.org on 2016/04/14 14:29:05 UTC, 0 replies.
- [26/50] [abbrv] portals-pluto git commit: worked on startAsync implementaion - posted by ms...@apache.org on 2016/04/14 14:29:06 UTC, 0 replies.
- [27/50] [abbrv] portals-pluto git commit: added code to path infor portlet for extended display - posted by ms...@apache.org on 2016/04/14 14:29:07 UTC, 0 replies.
- [28/50] [abbrv] portals-pluto git commit: fixed bug that was preventing the resource ID rfrom being stored on the URL - posted by ms...@apache.org on 2016/04/14 14:29:08 UTC, 0 replies.
- [29/50] [abbrv] portals-pluto git commit: Completed initial implementation of resource phase async support - posted by ms...@apache.org on 2016/04/14 14:29:09 UTC, 0 replies.
- [30/50] [abbrv] portals-pluto git commit: worked on async portlet - posted by ms...@apache.org on 2016/04/14 14:29:10 UTC, 0 replies.
- [31/50] [abbrv] portals-pluto git commit: more work on async portlet - posted by ms...@apache.org on 2016/04/14 14:29:11 UTC, 0 replies.
- [32/50] [abbrv] portals-pluto git commit: Work on async portlet - posted by ms...@apache.org on 2016/04/14 14:29:12 UTC, 0 replies.
- [33/50] [abbrv] portals-pluto git commit: Fixed bug in PortalURLParserImpl that was preventing Pluto from working on Tomcat 8.0.32. Replaced blanks in the path portion with %20. - posted by ms...@apache.org on 2016/04/14 14:29:13 UTC, 0 replies.
- [34/50] [abbrv] portals-pluto git commit: Added bug fixes and debugging code for async support - posted by ms...@apache.org on 2016/04/14 14:29:14 UTC, 0 replies.
- [35/50] [abbrv] portals-pluto git commit: async support debugging - posted by ms...@apache.org on 2016/04/14 14:29:15 UTC, 0 replies.
- [36/50] [abbrv] portals-pluto git commit: basic async functionality works - posted by ms...@apache.org on 2016/04/14 14:29:16 UTC, 0 replies.
- [37/50] [abbrv] portals-pluto git commit: fixed bugs in async portlet - posted by ms...@apache.org on 2016/04/14 14:29:17 UTC, 0 replies.
- [38/50] [abbrv] portals-pluto git commit: Refactoring to make sure that the portal listener is the last listener to execute. Added code to re-initialize the portlet request context properly during the async dispatch. - posted by ms...@apache.org on 2016/04/14 14:29:18 UTC, 0 replies.
- [39/50] [abbrv] portals-pluto git commit: Fixed bug where portlet request context was initialized with the wrong wrapped request. Introduced code to display proper dispatcher type during processing. - posted by ms...@apache.org on 2016/04/14 14:29:19 UTC, 0 replies.
- [40/50] [abbrv] portals-pluto git commit: Added async portlet test filter. Made filter chain work properly for async requests. Refactored portlet servlet and portlet invoker to move bean holder initialization to the front of the execution chain. - posted by ms...@apache.org on 2016/04/14 14:29:20 UTC, 0 replies.
- [41/50] [abbrv] portals-pluto git commit: Changed FilterChain to instantiate filters through the bean manager when possible in order to enable contextual support in filters. Extended the PortletAsyncFilter to use dependency injection. Structured the Port - posted by ms...@apache.org on 2016/04/14 14:29:21 UTC, 0 replies.
- [42/50] [abbrv] portals-pluto git commit: Completed async listener. Added listener to demo async portlet. - posted by ms...@apache.org on 2016/04/14 14:29:22 UTC, 0 replies.
- [43/50] [abbrv] portals-pluto git commit: worked on contextual enablement in AsyncContext.start() thread. - posted by ms...@apache.org on 2016/04/14 14:29:23 UTC, 0 replies.
- [44/50] [abbrv] portals-pluto git commit: Completed contextual support for thread executed with AsyncContext#start() - posted by ms...@apache.org on 2016/04/14 14:29:24 UTC, 0 replies.
- [45/50] [abbrv] portals-pluto git commit: Completed contextual support for listeners and threads run by AsyncContext#start(). Expanded async demo portlet to show information from filters and listeners when possible. Fixed several bugs to allow resources - posted by ms...@apache.org on 2016/04/14 14:29:25 UTC, 0 replies.
- [46/50] [abbrv] portals-pluto git commit: Started work to add portlet-specific async interfaces - posted by ms...@apache.org on 2016/04/14 14:29:26 UTC, 0 replies.
- [47/50] [abbrv] portals-pluto git commit: Continued work to add portlet-specific async interfaces - posted by ms...@apache.org on 2016/04/14 14:29:27 UTC, 0 replies.
- [48/50] [abbrv] portals-pluto git commit: Added new classes for asynchronous processing and improved async documentation. New classes: PortletAsyncListener, PortletAsyncContext, and PortletAsyncEvent. Modified the Pluto implmentation to use the new inter - posted by ms...@apache.org on 2016/04/14 14:29:28 UTC, 0 replies.
- [49/50] [abbrv] portals-pluto git commit: Added new classes for asynchronous processing and improved async documentation. New classes: PortletAsyncListener, PortletAsyncContext, and PortletAsyncEvent. Modified the Pluto implmentation to use the new inter - posted by ms...@apache.org on 2016/04/14 14:29:29 UTC, 0 replies.
- [50/50] [abbrv] portals-pluto git commit: Added another bean in async portlet demo to mark when the request has been completed so that the async runner can refrain fro doing work and causing exceptions after a timeout occurs. Toned down the logging somew - posted by ms...@apache.org on 2016/04/14 14:29:30 UTC, 0 replies.
- portals-pluto git commit: Based on feedback from the EG, the implementation of PORTLETSPEC3-63 'Make user agent available to the portlet' was changed. Removed PortletRequest#USER_AGENT constant. Added PortletRequest#getUserAgent()method. Made correspondi - posted by ms...@apache.org on 2016/04/18 09:33:32 UTC, 0 replies.
- [1/2] portals-pluto git commit: Defined API, config annotations, and schema changes to implement PORTLETSPEC3-67 Multipart Support. Completed implementation with unit test cases for configuration processor. Implemented getPart() and getParts methods on C - posted by ms...@apache.org on 2016/04/19 15:50:53 UTC, 0 replies.
- [2/2] portals-pluto git commit: Activated multipart support for the portal driver servlet in order to allow multipart support to work for individual portlets. Added a MultipartPortlet demo that can upload and display a file. - posted by ms...@apache.org on 2016/04/19 15:50:54 UTC, 0 replies.
- [01/30] portals-pluto git commit: V2Prototype Tests Updated - posted by ms...@apache.org on 2016/04/22 10:58:20 UTC, 0 replies.
- [02/30] portals-pluto git commit: First Commit - posted by ms...@apache.org on 2016/04/22 10:58:21 UTC, 0 replies.
- [03/30] portals-pluto git commit: first Commit - posted by ms...@apache.org on 2016/04/22 10:58:22 UTC, 0 replies.
- [04/30] portals-pluto git commit: Request Commit - posted by ms...@apache.org on 2016/04/22 10:58:23 UTC, 0 replies.
- [05/30] portals-pluto git commit: newchange - posted by ms...@apache.org on 2016/04/22 10:58:24 UTC, 0 replies.
- [06/30] portals-pluto git commit: deleted example portlet - posted by ms...@apache.org on 2016/04/22 10:58:25 UTC, 0 replies.
- [07/30] portals-pluto git commit: merged recent reference implementation changes - posted by ms...@apache.org on 2016/04/22 10:58:26 UTC, 0 replies.
- [08/30] portals-pluto git commit: V2PortletTests - posted by ms...@apache.org on 2016/04/22 10:58:27 UTC, 0 replies.
- [09/30] portals-pluto git commit: UpdatedPortletTests - posted by ms...@apache.org on 2016/04/22 10:58:28 UTC, 0 replies.
- [10/30] portals-pluto git commit: updated - posted by ms...@apache.org on 2016/04/22 10:58:29 UTC, 0 replies.
- [11/30] portals-pluto git commit: corrected PortletTests - posted by ms...@apache.org on 2016/04/22 10:58:30 UTC, 0 replies.
- [12/30] portals-pluto git commit: Updated - posted by ms...@apache.org on 2016/04/22 10:58:31 UTC, 0 replies.
- [13/30] portals-pluto git commit: up - posted by ms...@apache.org on 2016/04/22 10:58:32 UTC, 0 replies.
- [14/30] portals-pluto git commit: updated v2RequestTests - posted by ms...@apache.org on 2016/04/22 10:58:33 UTC, 0 replies.
- [15/30] portals-pluto git commit: updated v2RequestTests - posted by ms...@apache.org on 2016/04/22 10:58:34 UTC, 0 replies.
- [16/30] portals-pluto git commit: updated - posted by ms...@apache.org on 2016/04/22 10:58:35 UTC, 0 replies.
- [17/30] portals-pluto git commit: updated - posted by ms...@apache.org on 2016/04/22 10:58:36 UTC, 0 replies.
- [18/30] portals-pluto git commit: updated - posted by ms...@apache.org on 2016/04/22 10:58:37 UTC, 0 replies.
- [19/30] portals-pluto git commit: updated - posted by ms...@apache.org on 2016/04/22 10:58:38 UTC, 0 replies.
- [20/30] portals-pluto git commit: Updated Tests - posted by ms...@apache.org on 2016/04/22 10:58:39 UTC, 0 replies.
- [21/30] portals-pluto git commit: Worked on TCK V2 signature tests. Got all tests working against the current V3 implementation. Reduced logging level to produce logs only when test case fails. - posted by ms...@apache.org on 2016/04/22 10:58:40 UTC, 0 replies.
- [22/30] portals-pluto git commit: Commit on behalf of Jayendran Anil Kumar, who is working on the V2 test cases. Changes in common files to removed test case descriptions that cannot be implemented. Added a name attribute to the form HTML used by the tes - posted by ms...@apache.org on 2016/04/22 10:58:41 UTC, 0 replies.
- [23/30] portals-pluto git commit: Merge branch 'AnilV2Tests' of e:\git\pluto into AnilV2Tests - posted by ms...@apache.org on 2016/04/22 10:58:42 UTC, 0 replies.
- [24/30] portals-pluto git commit: For Jayendran Anil Kumar: removed files which were committed mistakenly. - posted by ms...@apache.org on 2016/04/22 10:58:43 UTC, 0 replies.
- [25/30] portals-pluto git commit: For Jayendran Anil Kumar: in Testmodule3 deleted the test case for the public render parameter alias, since the function description is unclear in the 2.0 spec and has been removed from the 3.0 spec. - posted by ms...@apache.org on 2016/04/22 10:58:44 UTC, 0 replies.
- [26/30] portals-pluto git commit: For Jayendran Anil Kumar: Completed the V2 annotation tests. Corrected typo in log output in the case of an invalid processing QName. - posted by ms...@apache.org on 2016/04/22 10:58:45 UTC, 0 replies.
- [27/30] portals-pluto git commit: For Jayendran Anil Kumar: Completed the V2 Portlet tests. Started work on the V2 Environment tests. For both test modules, reduced the logging level from 'FINEST' to 'FINE'. - posted by ms...@apache.org on 2016/04/22 10:58:46 UTC, 0 replies.
- [28/30] portals-pluto git commit: For Jayendran Anil Kumar: Completed implementation of the V2 request tests. Reduced the logging level from 'FINEST' to 'FINE' for the module. - posted by ms...@apache.org on 2016/04/22 10:58:47 UTC, 0 replies.
- [29/30] portals-pluto git commit: For Jayendran Anil Kumar: corrected minor bug in V2 request tests. They are now all successful - posted by ms...@apache.org on 2016/04/22 10:58:48 UTC, 0 replies.
- [30/30] portals-pluto git commit: Small change in the HttpServletPortletRequestWrapper in order to cause the portlet request dispatcher to 'fake' a forward by doing an include instead for all request types except the resource request. This fixes issue PL - posted by ms...@apache.org on 2016/04/22 10:58:49 UTC, 0 replies.
- portals-pluto git commit: Worked on dispatcher tests. Added some additional trace output that can be activated on a per-module level to log attribute, query string, and path info. - posted by ms...@apache.org on 2016/04/22 15:05:31 UTC, 0 replies.