• 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

Wierd Netscape error

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am useing 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.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's really odd and I cannot account for it. But why are you worrying about an antiquated browser with a fraction of a percent of market share? (And if your answer is that it's the 'corporate standard', your corporate IT guy needs to be smacked with a large cluebat).
reply
    Bookmark Topic Watch Topic
  • New Topic