Mantis Bugtracker
  

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

- Relationships

- 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>

 

- Issue History
Date Modified Username Field Change
03-10-11 10:04 ferg New Issue
04-07-11 10:37 ferg Note Added: 0005181
04-07-11 10:37 ferg Assigned To  => ferg
04-07-11 10:37 ferg Status new => closed
04-07-11 10:37 ferg Resolution open => fixed
04-07-11 10:37 ferg Fixed in Version  => 4.0.16


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker