Hi Gary, we're currently only using remoting (we've a compatibility issue with glassfish v1 JSF & shale controller), so I realize it's not really a Shale problem and I am a bit off topic (sorry).
It's a problem we're having with the new peerflix.com web app. We use pretty standard navigation rules like the one below:
    <navigation-rule>
        <navigation-case>
            <from-outcome>login</from-outcome>
            <to-view-id>/login.jsp</to-view-id>
        </navigation-case>
    </navigation-rule>

If you're http, submitting credentials for this action and you'd like that post to be https, how do you do that with a JSF commandButton?

Gary VanMatre wrote:
From: Cyril Bouteille <[EMAIL PROTECTED]> 

Hi, I've a problem using JSF/Shale on Sun AS 9.0.1 when deployed behind 
an SSL accelerator in production. Because secure requests get to the app 
server unencrypted, I am unable to use regular declarative security 
user-data-constraint/transport-guarantee/CONFIDENTIAL in web.xml, or it 
gets in an infinite loop redirecting to https... 

Anyway, so in the meantime, I'd just like to control the schemes on my 
links and action post, but JSF doesn't seem to support it! 
s don't seem to allow you to change scheme. If you 
put a full URL in the action, it fails to find the full URL w/ scheme in 
the faces-config.xml... 
Is this a Glassfish bug or a JSF oversight? 
Or am I missing some other way to programmatically control the scheme of 
a JSF command? 
I'd appreciate any workaround idea the community would be willing to 
share. :) 
    

What part of shale are you using (view controller, dialog manager, remoting).  Are you using one of the shale example applications?

What does your naviation rule look like in the faces-config.xml acting for the commandLink/Button. 


  
Thank you, 

    

Gary
  

Reply via email to