Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Forcing web access to be non SSL

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to create a web application where users are forced to use SSL to logon but are then taken back to a non SSL page when the user logs out. I can force pages to be SSL only without problem by setting a transport-gurantee for the pages to CONFIDENTIAL in the web.xml. I thought I might be able to get the page to be forced not to be SSL by using a transport guarentee of NONE, but this doesn't seem to work. Does anyone have any ideas as to how I might achieve this without having to rewrite URLs as part of my code?
reply
    Bookmark Topic Watch Topic
  • New Topic