Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4432 | minor | always | 03-10-11 10:04 | 04-07-11 10:37 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.13 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.16 | ||
|
|||||
Summary: | 0004432: Rewrite for SSL | ||||
Description: |
(rep by Matt Poirier) We are attempting to force SSL for a URL on our server. I cannot seem to get it working. I have tried several options as such <resin:Redirect regexp="^/foo" target="https://${host.name}/foo"/> [^] <resin:Redirect regexp="^/foo/([^/]+)" target="https://${host.name}/foo/$1"/> [^] <resin:Redirect regexp="^/foo" target="https://${host.name}/foo"> [^] <resin:IfSecure value="false"/> </resin:Redirect> <resin:Redirect regexp="^/foo/([^/]+)" target="https://${host.name}/foo/$1"> [^] <resin:IfSecure value="false"/> </resin:Redirect> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|