Anonymous | Login | Signup for a new account | 12-17-2024 08:31 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004432 | [Resin] | minor | always | 03-10-11 10:04 | 04-07-11 10:37 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.13 | ||||||
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> |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Notes | |
(0005181) ferg 04-07-11 10:37 |
server/1kf3 Verified to work with 4.0.16. Note that you do need a host-name="example.com" in the resin.xml for this to work: <resin:Redirect regexp='^/foo' target='https://${host.name}/foo'> [^] <resin:IfSecure value="false"/> </resin:Redirect> |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |