[jboss-user] [JBoss Tools] - Error checking problem with JBossTools 3.2.x web.xml editor

Juergen Biersack do-not-reply at jboss.com
Thu Feb 17 04:22:58 EST 2011


Juergen Biersack [http://community.jboss.org/people/BIER] created the discussion

"Error checking problem with JBossTools 3.2.x web.xml editor"

To view the discussion, visit: http://community.jboss.org/message/587980#587980

--------------------------------------------------------------
Hi,

my web application has the follwing contents defined.

The first sequence uses a feature of tomcat that allows to use system properties in your web.xml
 <login-config>
  <auth-method>${myapp.authentication}</auth-method>
 </login-config>


The web.xml editor marks this as error with the information:
Value should be one of BASIC, DIGEST, FORM, CLIENT-CERT.


The second sequence defines a security role (where is defined that a role name has to be a Java name?):
<security-role>
  <role-name>ALLOW-ALL</role-name>
</security-role>


The web.xml editor marks this as error with the information:
Value is not a Java name.

*And here my Question:*
Is it possible to disable single rules from the error checking or is tehre a way to disable the error checking of the editor completely?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/587980#587980]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110217/285a8c51/attachment-0001.html 


More information about the jboss-user mailing list