Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove removeValue settings in UserIdMDCPutFilter #45

Closed
btshimizukza opened this issue Oct 7, 2014 · 1 comment
Closed

Remove removeValue settings in UserIdMDCPutFilter #45

btshimizukza opened this issue Oct 7, 2014 · 1 comment
Assignees
Milestone

Comments

@btshimizukza
Copy link
Member

Currently, removeValue of UserIdMDCPutFilter has been set to true.
We should be remove the removeValue=true because recommend to use the default setting(removeValue=false).

@btshimizukza btshimizukza added this to the 1.0.2 milestone Oct 7, 2014
@btshimizukza
Copy link
Member Author

should be change to ...

<bean id="userIdMDCPutFilter" class="org.terasoluna.gfw.security.web.logging.UserIdMDCPutFilter">
</bean>

making added a commit that referenced this issue Nov 12, 2014
…f-UserIdMDCPutFilter

Removed the removeValue settings of UserIdMDCPutFilter from spring-security.xml. #45
making added a commit that referenced this issue Nov 12, 2014
…f-UserIdMDCPutFilter

Removed the removeValue settings of UserIdMDCPutFilter from spring-security.xml. #45
@making making closed this as completed Nov 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants