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

Netscape Weird Weird Weird error

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I am using a controller servlet forwarding requests to jsps.

In netscape 4.7 & 4.8 when the controller forwards it appends

[includeStyleSheet] to the url as follows....

the forwarding url has a value appended to it.. ?process=form

domian/package/[includeStyleSheet]

Has anyone seen this and know how to fix it I'm not using a style sheet.
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Are you talking Netscape the browser or Netscape the application server?

If the latter, you probably have a term in your URLs somewhere which the server for some reason interprets as a keyword in its own scripting language (which I'm not familiar with, I just know it's there). Bears looking into.
If the browser, well that's Netscape 4 for you. Probably the worst browser ever to see the light of day.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't post the same question in multiple forums, it creates duplicate conversations and wastes the time of the people trying to help you.

There may be a better way of handling this, but without enough information to make an informed decision I'm closing this thread and anyone who wants to help should see this thread, atleast until Bear works out where it should be.

thanks,
Dave
    Bookmark Topic Watch Topic
  • New Topic