aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/DriverRoute.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused abstract config from DriverRouteZach Smith2018-02-261-4/+1
|
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-221-64/+3
|
* Remove .seal call from DriverRoute rejection handlerZach Smith2018-02-221-1/+0
|
* Call .seal on RejectionHandlerZach Smith2018-02-221-3/+2
|
* Move rejection handler to DriverRouteZach Smith2018-02-201-2/+15
|
* Remove default config valuesZach Smith2018-02-201-1/+2
|
* Remove rejection handler, respond with default set of allowed methods and ↵Zach Smith2018-02-201-2/+55
| | | | origins to all options requests in DriverRoute
* Refactor DriverRoute to use shared directivesZach Smith2018-02-201-11/+3
|
* Apply new formattingJakob Odersky2017-11-201-8/+10
|
* Add DriverRouteTestZach Smith2017-11-011-0/+3
|
* Remove duplicate CORS header code from errorResponse methodZach Smith2017-10-311-15/+2
|
* Move all CORS headers to DriverRoute from DriverAppZach Smith2017-10-311-3/+18
|
* Change DriverRoute log val to defZach Smith2017-10-311-1/+1
|
* Stop catching throwable, remove PHI filtering, move status code logic to ↵Zach Smith2017-10-311-17/+37
| | | | exception handler
* Rename APIError -> ServiceException and subclassesZach Smith2017-10-311-3/+3
|
* Add DriverRoute trait and clean up DriverAppZach Smith2017-10-311-0/+84