• 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

Filters and GZip

 
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friend,
i am new to filters. I am trying to add GZip to my existing web applications using filters. I am able to make filter which intercepts every request(before it reaches servlet). But in one case i when user clicks a button i have to go back to server, refresh the same page. But something unexpected is happening, control gows to the server, page is refreshed but rather than opening that pop-up window, dialog box to save file appears. I am not apple to understand why it is happening.
following is the code for filter
 
reply
    Bookmark Topic Watch Topic
  • New Topic