Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: 930ad4b00c26b6566893f34d5d5651b17ce7cadb
https://github.com/portletbridge/portletbridge/commit/930ad4b00c26b656689...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2014-11-12 (Wed, 12 Nov 2014)
Changed paths:
M archetypes/jsf2-basic/pom.xml
M archetypes/richfaces-simpleapp/pom.xml
M examples/cdi-portlet/pom.xml
M examples/deltaspike-portlet/pom.xml
M examples/jsf2portlet/pom.xml
M examples/richfaces-showcase/pom.xml
M examples/richfaces-simple/pom.xml
Log Message:
-----------
Fix build when running WildFly integration tests
Branch: refs/heads/master
Home: https://github.com/portletbridge/portletbridge
Commit: 60c2898c8b06420be71fc587d7eb2fee021638fa
https://github.com/portletbridge/portletbridge/commit/60c2898c8b06420be71...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M core/impl/src/main/java/org/jboss/portletbridge/context/exception/PortletExceptionHandler.java
Log Message:
-----------
PBR-570 BZ1162145 - Added special handling for exceptions in RenderResponse phase
When an exception occurs and the response was already partially sent, reset the buffer and set the bridgeContext to look for a redirected view, which is an errorView at this point.
Commit: f49fa023290c4c4253e114cbffa37113bbb1bdf9
https://github.com/portletbridge/portletbridge/commit/f49fa023290c4c4253e...
Author: Juraci Paixão Kröhling <juraci(a)kroehling.de>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M core/impl/src/main/java/org/jboss/portletbridge/context/exception/PortletExceptionHandler.java
Log Message:
-----------
PBR-570 BZ1162145 - Check for committed responses before resetting the buffer.
Commit: fc17795b0895e2457a0ac4851a8b4acb8e141734
https://github.com/portletbridge/portletbridge/commit/fc17795b0895e2457a0...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M core/impl/src/main/java/org/jboss/portletbridge/context/exception/PortletExceptionHandler.java
Log Message:
-----------
Merge pull request #16 from jpkrohling/JPK-PBR-570-HandleExceptionInRenderResponse
PBR-570 BZ1162145 - Added special handling for exceptions in RenderResponse phase
Compare: https://github.com/portletbridge/portletbridge/compare/42d0c621fea4...fc1...