History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-694
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Mathias Bogaert
Reporter: Eric Hauser
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

ExecuteAndWaitInterceptor can return null results

Created: 08/Dec/04 01:57 PM   Updated: 08/Dec/04 04:20 PM
Component/s: Interceptors
Affects Version/s: 2.2
Fix Version/s: 2.1.7


 Description  « Hide
The ExecuteAndWaitInterceptor just returns the result from the ActionInvocation. If an exception occurs during the processing of the invocation, then the interceptor should not return a result of null. Instead the exception should be flagged, and a new exception should be thrown in intercept()

 All   Comments   Change History      Sort Order:
Mathias Bogaert - [08/Dec/04 04:20 PM ]
Fixed. The interceptor will now throw the exception from the action execution.