way scheme can be changed by using some Http
> Headers instead of doing it in connector?
You can wrap the request in an HttpServletRequestWrapper and override
the getScheme method... or do just about anything else you want, too.
What are you really trying to do?
- -chris
-BEGIN PGP S
tomcat docs for connectors say:
scheme: This sets the protocol name as accessed by the
ServletRequest.getScheme method. The scheme defaults to http.
Is there any other way scheme can be changed by using some Http
Headers instead of doing it in connector?
-