On Mon, 2005-11-28 at 13:23, Matt Raible wrote: > > > > > > 1. Use the ports from roller.properties to configure SSL Switching. > > > > > > This should be configurable with a PortResolverImpl - here's an example: > > > > > > http://forum.springframework.org/showthread.php?t=19903 > > > > agreed. > > > > > > > > 2. Add the channelProcessFilter to the "filterChainProxy" bean if SSL > > > should be used to secure certain pages. > > > > can we do this programmatically? it would suck if users had to modify the > > xml file in the webapp just to enable secure logins. > > We should be able to configure everything programmatically (after > initial load). If you look at the new method I added to > RollerContext, you'll see that many beans are manipulated after the > fact. > > It should just be a matter of grabbing the existing property and > manipulating it, then re-setting it.
Ah, I get it now. Very cool. -- Allen
