• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with security

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Please can anybody help me out. I have a problem with security in my application. I have a secured page which is also running on ssl. I configured form-login declarative security for the secured page.
My problem is with IE and URL rewriting. IE cannot open the form-login-page, when it finally breaks I get the "The page cannot be displayed" error message with address pointing to https://uche:8080/BA/login.jsp. I expect a url of
https://uche:88443/BritishAirways/login.jsp.
Using Netscape everything works normal and the login.jsp page is displayed running on https protocol, but it seems tomcat is using url-rewriting to maintain session because the address bar reads. https://uche:8443/BA/login.jsp;jsessionid=19C4EABCDE223612E674F9B08B2D638D. When I enter a correct login information I get a blank page.
 
reply
    Bookmark Topic Watch Topic
  • New Topic