mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
actually delegate from resolveContextualObject to resolveReference
This commit is contained in:
+2
-1
@@ -64,7 +64,8 @@ public abstract class AbstractRequestAttributesScope implements Scope {
|
||||
}
|
||||
|
||||
public Object resolveContextualObject(String key) {
|
||||
return null;
|
||||
RequestAttributes attributes = RequestContextHolder.currentRequestAttributes();
|
||||
return attributes.resolveReference(key);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user