Eric Eiswerth [
https://community.jboss.org/people/eeiswerth] created the discussion
"Re: Rewrite condition not working?"
To view the discussion, visit:
https://community.jboss.org/message/746719#746719
--------------------------------------------------------------
I should clarify, what my rewrite.properties looks like is this:
RewriteCond %{REQUEST_URI} ^foo$
RewriteCond %{HTTP:X-Forwarded-Proto} http
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
The intention is to redirect to HTTPS iff the URL is "foo".
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/746719#746719]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]