[jira] Updated: (GERONIMO-1196) Keystore portlet: Viewing trusted certificate results in an error

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

Aaron Mulder updated GERONIMO-1196:
---

Assign To: (was: Aaron Mulder)

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
> Security: public(Regular issues) 
>   Components: console
> Versions: 1.0, 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Priority: Critical
>  Fix For: Verification Required
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2006-06-08 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Matt Hogstrom updated GERONIMO-1196:


Fix Version: Verification Required
 (was: 1.1)

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
> Security: public(Regular issues) 
>   Components: console
> Versions: 1.0, 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Critical
>  Fix For: Verification Required
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

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

Aaron Mulder updated GERONIMO-1196:
---

Fix Version: 1.1
 (was: 1.x)
   Priority: Critical  (was: Minor)

Need to make sure the new Keystore portlet forces an alias during key 
generation or import

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
> Security: public(Regular issues) 
>   Components: console
> Versions: 1.0, 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Critical
>  Fix For: 1.1
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2006-01-30 Thread Matt Hogstrom (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Matt Hogstrom updated GERONIMO-1196:


Fix Version: 1.x
 (was: 1.0.1)
Version: 1.0

Deferring out of 1.0.1 to 1.x.  This is an issue that was re-existing to 1.0

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
> Versions: 1.0, 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Minor
>  Fix For: 1.x
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2006-01-11 Thread Donald Woods (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Donald Woods updated GERONIMO-1196:
---

Geronimo Info: [Patch Available]
  Fix Version: 1.0.1
   (was: 1.1)

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
> Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Minor
>  Fix For: 1.0.1
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2005-12-11 Thread Aaron Mulder (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Aaron Mulder updated GERONIMO-1196:
---

Fix Version: 1.1
 (was: 1.0)

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
> Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Minor
>  Fix For: 1.1
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2005-12-10 Thread Aaron Mulder (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Aaron Mulder updated GERONIMO-1196:
---

Fix Version: 1.0
Version: 1.0-M5
  Assign To: Aaron Mulder  (was: Vamsavardhana Reddy)

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
> Versions: 1.0-M5
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Aaron Mulder
> Priority: Minor
>  Fix For: 1.0
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2005-11-18 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Vamsavardhana Reddy updated GERONIMO-1196:
--

Attachment: GERONIMO-1196-2.patch

GERONIMO-1196.patch prevents the Keystore portlet from using "" (empty string) 
alias when a certificate is imported into the keystore.  GERONIMO-1196-2.patch 
takes care if the keystore (not created by KeyStoreGBean) contains an entry 
with "" alias.




> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Vamsavardhana Reddy
> Priority: Minor
>  Attachments: GERONIMO-1196-2.patch, GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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-1196) Keystore portlet: Viewing trusted certificate results in an error

2005-11-17 Thread Vamsavardhana Reddy (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1196?page=all ]

Vamsavardhana Reddy updated GERONIMO-1196:
--

Attachment: GERONIMO-1196.patch

Problem seems to be due to a "" (empty string) used as alias for this 
certificate while importing it.  Importing a certificate does not result in an 
error if an alias is not specified.

GERONIMO-1196.patch:
  1.  Validates that alias is specified while importing a certificate using 
keystore portlet.
  2.  If a null or empty string is passed as alias, generates an alias in 
KeyStoreGBean.importTrustedX509Certificate() as issuerName + 
certificateSerialNumber.

> Keystore portlet: Viewing trusted certificate results in an error
> -
>
>  Key: GERONIMO-1196
>  URL: http://issues.apache.org/jira/browse/GERONIMO-1196
>  Project: Geronimo
> Type: Bug
>   Components: console
>  Environment: Win XP, Sun JDK 1.4.2_08
> Reporter: Vamsavardhana Reddy
> Assignee: Vamsavardhana Reddy
> Priority: Minor
>  Attachments: GERONIMO-1196.patch
>
> Viewing a trusted certificate results in an error.  The following exception 
> is logged to geronimo.log
> 12:04:01,806 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error 
> while dispatching portlet.
> javax.portlet.PortletException
>   at 
> org.apache.geronimo.console.certmanager.actions.ViewKeyStoreEntryDetail.render(ViewKeyStoreEntryDetail.java:69)
>   at 
> org.apache.geronimo.console.certmanager.CertManagerPortlet.doView(CertManagerPortlet.java:134)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250)
>...
> Caused by: java.lang.NullPointerException
>   at 
> sun.security.provider.JavaKeyStore$JKS.convertAlias(JavaKeyStore.java:40)
>   at 
> sun.security.provider.JavaKeyStore.engineIsCertificateEntry(JavaKeyStore.java:409)
>   at java.security.KeyStore.isCertificateEntry(KeyStore.java:567)
>   at 
> org.apache.geronimo.console.core.keystore.KeyStoreGBean.getKeyEntryInfo(KeyStoreGBean.java:179)
> ...

-- 
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