DO NOT REPLY [Bug 37098] - Cannot create attributes conditionally in tags

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

context problems: not addressed; summary

2006-05-01 Thread Thomas Whitmore
Hi people, As posted thru this series, Context Specifiers (which should be conceptually trivial) seem to have become a problem area. To some extent Deployment also seems to be touched by this. I identify the problem as Design and lack of conceptual clarity, rather than code. We can see a la

context problems: other threads on non-functional Context Specifiers

2006-05-01 Thread Thomas Whitmore
Hi people, Threads from other people describing non-functionality with Context Specifiers in 5.5 Reloading and JDBC specification problems with Context: http://groups.google.co.nz/group/comp.lang.java.programmer/browse_frm/thread/7016429627d389c9/2b95e1e1aa8d59ce?lnk=st&q=tomcat+5.5+contexts&r

context problems: Context Path specifiers broken in TC 5.5

2006-05-01 Thread Thomas Whitmore
Hi people, Context Path specifiers seem substantially non-functional in the new deployer technology. Collection of bugs related to this area: Bug describing context paths in webapp META-INF/context.xml being ignored: http://issues.apache.org/bugzilla/show_bug.cgi?id=39120 Bugs describing non-

context problems: META-INF/context.xml context paths non-functional

2006-05-01 Thread Thomas Whitmore
Hi people, Posting a series of issues in Context Specifications and related areas. This area seems rather more troublesome than it should, so I think I need to go through all of these and make people aware of how much is going on in this area... Context specifiers placed within the webapp at

context problems: docBase inside the host appBase warnings

2006-05-01 Thread Thomas Whitmore
Hi people, Specifying a Context descriptor for a traditionally-deployed webapp, in /webapps, produces warnings when using the supposed 'new and recommended' /conf/[engine]/[hostname]/someApp.xml context specifiers. WARNING: A docBase XXX inside the host appBase has been specified, and wil

context problems: edit /conf/[engine]/[host]/someApp.xml scrubs app in /webapps

2006-05-01 Thread Thomas Whitmore
Hi people, Editing user-created Context specifiers in /conf/[engine]/[hostname], for webapps deployed as per traditional in /webapps, appears to incorrectly cause the webapp to be scrubbed with web.xml being deleted and the webapp becoming non-functional. No recovery is possible with manua

context problems: incorrect auto-deploy of webapps when context specifiers exist

2006-05-01 Thread Thomas Whitmore
Hi people, Webapps with explicit Context specifiers in server.xml are not correctly recognized according to their docBase specifiers. Tomcat consequently incorrectly deploys duplicates of these apps under default context specifiers. For apps involving resources or non-trivial behaviour, eg

Re: Security on JDBC Realm new features

2006-05-01 Thread Filip Hanik - Dev Lists
sounds like a useful feature, are you considering 1. That the feature must be 100% backwards compatible, ie work if they dont specify the column or the column doesn't exist 2. That some database admins might only give you a read only connection, so the column exists but is not writable 3. How

Security on JDBC Realm new features

2006-05-01 Thread Benjamin Cuthbert
All I am trying to improve the security for authenticating users on my JDBC realm. What we require is the ability to lock out accounts on the database when a user enters more than 3 incorrect passwords. Now i have made some changes to the JDBCRealm.java and i would like some comments on the

DO NOT REPLY [Bug 39459] - Cluster Error Message

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39459] New: - Cluster Error Message

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37098] - Cannot create attributes conditionally in tags

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39458] - i am getting the following error when starting tomcat

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39458] New: - i am getting the following error when starting tomcat

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39457] New: - i am getting the following error when starting tomcat

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35968] - Please make Environment Entry Properties Value input a textarea

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35968] - Please make Environment Entry Properties Value input a textarea

2006-05-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: problem using apache's commons-fileupload-1.1 package

2006-05-01 Thread robert burrell donkin
tomcat-dev is for discussions about the development of Apache Tomcat. questions about using Tomcat should be addressed to the user list. however, this question is actually about commons-fileupload. It should have been posted to the commons-user list. please read http://jakarta.apache.org/site/mai

problem using apache's commons-fileupload-1.1 package

2006-05-01 Thread gabi maier
i have a problem uploading files to a servlet from a browser (html) client. i am using the apache commons-fileupload-1.1 jar... i describe my problem below. i pasted the servlet's java source code, the html i use for uploading and the error i get.when i try uploading i get th