This reworks the next link handling in HttpSession to make it reusable for other things in the future. It should not introduce any change in behavior. Some if(state == Proxying) conditionals are added in places where state is known/assumed to already be of that value.
This reworks the next link handling in
HttpSession
to make it reusable for other things in the future. It should not introduce any change in behavior. Someif(state == Proxying)
conditionals are added in places wherestate
is known/assumed to already be of that value.