[jira] Updated: (GERONIMO-2274) realm-principal does not work in web app security

2006-08-25 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2274?page=all ]

Vamsavardhana Reddy updated GERONIMO-2274:
--

Attachment: Geronimo-2274-tester.zip

Geronimo-2274-tester.zip:  Contains a realm plan and a test web app to verify 
if realm-principal is woking properly in security mapping.

 realm-principal does not work in web app security
 -

 Key: GERONIMO-2274
 URL: http://issues.apache.org/jira/browse/GERONIMO-2274
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
 Environment: WinXP, G1.1.1-SNAPSHOT, Tomcat
Reporter: Vamsavardhana Reddy
 Assigned To: Alan Cabrera
 Fix For: 1.2, 1.1.2

 Attachments: Geronimo-2274-tester.zip, GERONIMO-2274.patch, 
 geronimo-web.xml, sql-realm-advanced.xml


 I have deployed a security realm with wrap-principals set to true.  Then, I 
 have deployed a web application to authenticate against this security realm.  
 In the web app deployment plan, I have used realm-principal in role mapping.  
 Even though login is successful, I am getting Error HTTP 403 Forbidden.  
 Authorization works as expected if I use login-domain-principal or principal 
 instead of realm-principal.  Appears like realm-principal is not working as 
 expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2274) realm-principal does not work in web app security

2006-08-21 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2274?page=all ]

Vamsavardhana Reddy updated GERONIMO-2274:
--

Attachment: GERONIMO-2274.patch

GERONIMO-2274.patch: Fixes the problem in SecurityBuilder.  SecurityBuilder is 
passing realmName instead of domainName and vice versa in constructing  
RealmPrincipal.

 realm-principal does not work in web app security
 -

 Key: GERONIMO-2274
 URL: http://issues.apache.org/jira/browse/GERONIMO-2274
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
 Environment: WinXP, G1.1.1-SNAPSHOT, Tomcat
Reporter: Vamsavardhana Reddy
 Assigned To: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.2

 Attachments: GERONIMO-2274.patch, geronimo-web.xml, 
 sql-realm-advanced.xml


 I have deployed a security realm with wrap-principals set to true.  Then, I 
 have deployed a web application to authenticate against this security realm.  
 In the web app deployment plan, I have used realm-principal in role mapping.  
 Even though login is successful, I am getting Error HTTP 403 Forbidden.  
 Authorization works as expected if I use login-domain-principal or principal 
 instead of realm-principal.  Appears like realm-principal is not working as 
 expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2274) realm-principal does not work in web app security

2006-08-04 Thread Aaron Mulder (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2274?page=all ]

Aaron Mulder updated GERONIMO-2274:
---

Fix Version/s: (was: 1.1.x)
Affects Version/s: (was: 1.2)
   (was: 1.1.1)
   (was: 1.1.x)
   (was: 1.1.2)

Please post your Geronimo deployment plan containing the security realm and 
security mapping elements (presumably geronimo-web.xml, though it could be e.g. 
in geronimo-application.xml in an EAR instead)

 realm-principal does not work in web app security
 -

 Key: GERONIMO-2274
 URL: http://issues.apache.org/jira/browse/GERONIMO-2274
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
 Environment: WinXP, G1.1.1-SNAPSHOT, Tomcat
Reporter: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.2


 I have deployed a security realm with wrap-principals set to true.  Then, I 
 have deployed a web application to authenticate against this security realm.  
 In the web app deployment plan, I have used realm-principal in role mapping.  
 Even though login is successful, I am getting Error HTTP 403 Forbidden.  
 Authorization works as expected if I use login-domain-principal or principal 
 instead of realm-principal.  Appears like realm-principal is not working as 
 expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2274) realm-principal does not work in web app security

2006-08-04 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2274?page=all ]

Vamsavardhana Reddy updated GERONIMO-2274:
--

Attachment: sql-realm-advanced.xml

 realm-principal does not work in web app security
 -

 Key: GERONIMO-2274
 URL: http://issues.apache.org/jira/browse/GERONIMO-2274
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
 Environment: WinXP, G1.1.1-SNAPSHOT, Tomcat
Reporter: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.2

 Attachments: sql-realm-advanced.xml


 I have deployed a security realm with wrap-principals set to true.  Then, I 
 have deployed a web application to authenticate against this security realm.  
 In the web app deployment plan, I have used realm-principal in role mapping.  
 Even though login is successful, I am getting Error HTTP 403 Forbidden.  
 Authorization works as expected if I use login-domain-principal or principal 
 instead of realm-principal.  Appears like realm-principal is not working as 
 expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2274) realm-principal does not work in web app security

2006-08-04 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2274?page=all ]

Vamsavardhana Reddy updated GERONIMO-2274:
--

Attachment: geronimo-web.xml

 realm-principal does not work in web app security
 -

 Key: GERONIMO-2274
 URL: http://issues.apache.org/jira/browse/GERONIMO-2274
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 1.1
 Environment: WinXP, G1.1.1-SNAPSHOT, Tomcat
Reporter: Vamsavardhana Reddy
 Fix For: 1.2, 1.1.2

 Attachments: geronimo-web.xml, sql-realm-advanced.xml


 I have deployed a security realm with wrap-principals set to true.  Then, I 
 have deployed a web application to authenticate against this security realm.  
 In the web app deployment plan, I have used realm-principal in role mapping.  
 Even though login is successful, I am getting Error HTTP 403 Forbidden.  
 Authorization works as expected if I use login-domain-principal or principal 
 instead of realm-principal.  Appears like realm-principal is not working as 
 expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira