You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/05/20 03:16:45 UTC

[Bug 1258] Changed - Just doesn't work as applet. - With IE5.5 on Win2k, com.ms.security.SecurityExceptionEx

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1258

*** shadow/1258	Sat Apr  7 18:00:06 2001
--- shadow/1258.tmp.8165	Sat May 19 18:16:45 2001
***************
*** 2,11 ****
  | Just doesn't work as applet. - With IE5.5 on Win2k, com.ms.security.Securi |
  +----------------------------------------------------------------------------+
  |        Bug #: 1258                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: PC                      |
! |     Severity: Critical                 OS/Version:                         |
! |     Priority:                           Component: javax.xml               |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: roland@steeltorch.com                                        |
--- 2,11 ----
  | Just doesn't work as applet. - With IE5.5 on Win2k, com.ms.security.Securi |
  +----------------------------------------------------------------------------+
  |        Bug #: 1258                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Critical                 OS/Version: All                     |
! |     Priority: High                      Component: javax.xml               |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: roland@steeltorch.com                                        |
***************
*** 60,63 ****
  	at com/ms/applet/AppletPanel.securedCall
  	at com/ms/applet/AppletPanel.processSentEvent
  	at com/ms/applet/AppletPanel.run
! 	at java/lang/Thread.run
--- 60,68 ----
  	at com/ms/applet/AppletPanel.securedCall
  	at com/ms/applet/AppletPanel.processSentEvent
  	at com/ms/applet/AppletPanel.run
! 	at java/lang/Thread.run
! 
! ------- Additional Comments From curcuru@apache.org  2001-05-19 18:16 -------
! Fixed a while back by cmanolache and curcuru in several checkins: we should be 
! catching SecurityException anyplace we call System.getProperty with a 
! potentially out-of-sandbox property.