Resetting the field that marks the filter exported as a context attribute.

This commit is contained in:
Simone Bordet 2016-11-25 15:10:32 +01:00
parent a3f32911fa
commit fb509eefe4
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ public class WebSocketUpgradeFilter extends AbstractLifeCycle implements Filter,
{ {
try try
{ {
alreadySetToAttribute = false;
configuration.stop(); configuration.stop();
} }
catch (Exception e) catch (Exception e)