Re: howto get useable protocol string

2008-12-16 Thread cpanon
which one it is? Also why does a naive use as property="isSecure" fail? --- On Mon, 12/15/08, Dave Newton wrote: > From: Dave Newton > Subject: Re: howto get useable protocol string > To: "Struts Users Mailing List" > Date: Monday, December 15, 2008, 10:08

Re: howto get useable protocol string

2008-12-15 Thread Dave Newton
getProtocol and/or isSecure? --- On Mon, 12/15/08, cpanon wrote: > From: cpanon > Subject: Re: howto get useable protocol string > To: "Struts Users Mailing List" > Date: Monday, December 15, 2008, 10:04 PM > Hi > Sorry to repeat, however I still can figure this

Re: howto get useable protocol string

2008-12-15 Thread cpanon
Hi Sorry to repeat, however I still can figure this out. I am using to get at the serverName, serverPort and contextPath. I want to get at whether it is http/https. Is there a way to do that? tia. --- On Mon, 12/15/08, cpanon wrote: > From: cpanon > Subject: howto get useable pr

howto get useable protocol string

2008-12-15 Thread cpanon
Hello Using the struts bean tags, how/syntax to get at the protocol that I can use rather than parse, either http or https. What I am getting is HTTP/1.1. Is there any way to get it "cleaner"? tia. - To unsubscribe, e-mail: us