Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : Avoid processing params and use SpringcontextholderAwareRequestWrapper #102

Closed orubel closed 1 year ago

orubel commented 1 year ago

Since we are using BOTH RequestMappingHandlerMapping and SimpleUrlHandlerMapping, we can get parameters from the SpringcontextholderAwareRequestWrapper via request.getParameterMap()

This can greatly reduce our processing

orubel commented 1 year ago

WRONG. Apparently this is so abstracted as to cause MAJOR slowdown just using these. The loss is huge. Killing this idea.