• 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

IE9 problem with MyFaces 1.2x - IE9 sends a header accept "text/css"

 
Ranch Hand
Posts: 497
2
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks

I am facing this problem and would like to use the first option described by Leonardo.... https://issues.apache.org/jira/browse/MYFACES-3174

1. pass as second parameter for
RenderKit.createResponseWriter(Writer writer, String contentTypeListString, String characterEncoding)
*/*, to ignore Accept header.

Anyone have any example or link that show me how to do this?
Best Regards.
reply
    Bookmark Topic Watch Topic
  • New Topic