Bug 36711 - realm not handled in WebXml2Jk.java
Summary: realm not handled in WebXml2Jk.java
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.9
Hardware: PC Windows XP
: P2 critical (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 16:04 UTC by pierre martin
Modified: 2005-10-12 22:19 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pierre martin 2005-09-19 16:04:58 UTC
In the method void generate(MappingGenerator gen )

the line:
String realm=getContent( getChild( lcN, "realm-name"));

gets the realm but does nothing with it later...
Comment 1 Yoav Shapira 2005-10-13 06:19:26 UTC
Yup, apparently unused, so I removed it.  Thanks for pointing that out.