• 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

IPv6 and Safari on Windows

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello every one. Hope this is right place to ask this question.

I am trying to open my Tomcat's home page with IPv6 url (http://[::1]:8080/) in safari browser 5.1 on windows XP.
It doesn't opens it. Blank page is showed.In error console I see error:400 Bad request.
400 error comes because Tomcat is unable to process the url as it is not in proper format that tomcat understands.

But url (http://[::1]:8080/ )opens successfully in Firefox, Chrome and IE on my same machine.

My Safari passes few tests mentioned here (http://support.apple.com/kb/TS3802)

I have posted the topic on safari forums and have sent mail to safari team. No reply yet.

Any one knows what changes needs to be done at Safari side?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic