Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
afca380f
Commit
afca380f
authored
10 years ago
by
Paul-Christian Volkmer
Browse files
Options
Downloads
Patches
Plain Diff
Added async support to filters
parent
86e02caa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/WEB-INF/web.xml
+3
-0
3 additions, 0 deletions
src/main/webapp/WEB-INF/web.xml
with
3 additions
and
0 deletions
src/main/webapp/WEB-INF/web.xml
+
3
−
0
View file @
afca380f
...
...
@@ -33,6 +33,7 @@
<filter>
<filter-name>
springSecurityFilterChain
</filter-name>
<filter-class>
org.springframework.web.filter.DelegatingFilterProxy
</filter-class>
<async-supported>
true
</async-supported>
</filter>
<filter-mapping>
<filter-name>
springSecurityFilterChain
</filter-name>
...
...
@@ -45,6 +46,7 @@
<param-name>
encoding
</param-name>
<param-value>
UTF-8
</param-value>
</init-param>
<async-supported>
true
</async-supported>
</filter>
<filter-mapping>
<filter-name>
characterEncodingFilter
</filter-name>
...
...
@@ -63,6 +65,7 @@
<filter>
<filter-name>
corsFilter
</filter-name>
<filter-class>
de.thm.arsnova.web.CorsFilter
</filter-class>
<async-supported>
true
</async-supported>
</filter>
<filter-mapping>
<filter-name>
corsFilter
</filter-name>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment