https://github.com/krasa/cxf-bug
https://github.com/krasa/cxf-bug
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krasa/cxf-bug
- Owner: krasa
- Created: 2015-04-28T12:43:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T13:20:46.000Z (over 10 years ago)
- Last Synced: 2025-02-12T06:38:21.347Z (11 months ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cxf-bug
###https://issues.apache.org/jira/browse/CXF-6376
Unexpected exception thrown from ResponseHandler is swallowed and status code 200 is returned
* mvn jetty:run
* GET http://localhost:8080/cxf/rest/foo
* -> 200 is returned, while the log prints javax.ws.rs.NotFoundException, but no mention about the exception which occured inside the ResponseHandler