DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32837>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32837


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Additional Comments From [EMAIL PROTECTED]  2005-01-07 23:27 -------
I've attached a demonstration application showing the behaviour. Accessing the 
index page requires a login due to the realm (see below).

        <Context path="/dhtest" docBase="C:\Documents and Settings\tom\My 
Documents\kp\llflex\llflex\container\dhtest\_build" debug="0" reloadable="true">
              <Realm  className="org.apache.catalina.realm.JDBCRealm" debug="99"
                     driverName="oracle.jdbc.driver.OracleDriver"
                  connectionURL="jdbc:oracle:thin:@localhost:1521:ORCL"
                 connectionName="usr" connectionPassword="pwd"
                      userTable="P_PERSON" userNameCol="init" 
userCredCol="CPASSWORD"
                  userRoleTable="P_PERSON" roleNameCol="CUSERROLE" />
        </Context>

Then starting the webapp version of the application works ok, but when it 
accesses the Hessian URL (with the ;jsessionid) you must login again.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to