0

Is there useHttpOnly attribute for jboss 4.0.5? And if there is how do i set it? Somthing like: useHttpOnly=true in context.xml for Tomcat

skaffman
  • 398,947
  • 96
  • 818
  • 769
Natta
  • 715
  • 1
  • 7
  • 15

1 Answers1

0

According to the VersionOfTomcatInJBossAS, JBoss AS 4.0.5 includes Tomcat 5.5.20, so you should be able to use standard Tomcat 5.5 context.xml descriptors, including useHttpOnly.

Also, consider upgrading JBoss to something newer - 4.0.x is extremely old.

skaffman
  • 398,947
  • 96
  • 818
  • 769