You're getting our bugs mixed up. 

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

Description: Opened: 2001-06-23 06:00 



----------------------------------------------------------------------------
----

The following code causes a security exception when running in a browser

   /** Temp debug code - this will be removed after we test everything
     */
    private static final boolean debug=
        System.getProperty( "jaxp.debug" ) != null;


------- Additional Comments From [EMAIL PROTECTED] 2001-07-26 05:33
-------

The same bug is present in SAXParserFactory. I have replaced the offending 
lines with the code below and all is well.


    /** Temp debug code - this will be removed after we test everything
     */
    private static final boolean debug=false;
        //System.getProperty( "jaxp.debug" ) != null;


-----Original Message-----
From: Elena Litani [mailto:[EMAIL PROTECTED]
Sent: 24 August 2001 13:50
To: [EMAIL PROTECTED]
Subject: Re: Reporting bugs in Xerces-J


> I did put a fix into the bug report. It was a one line fix in two source
> files.

I don't see any patch in the bug:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3040
Are you talking about another bug report?

> Is there a better way to submit a patch ?

If you attach your patch to a bug report - this is fine.

Elena.

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


This message is for the named person's use only.  It may contain 
confidential, proprietary or legally privileged information.  No 
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute, 
print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.  Any
views expressed in this message are those of the individual sender, except
where the message states otherwise and the sender is authorised to state 
them to be the views of any such entity.
Unless otherwise stated, any pricing information given in this message is 
indicative only, is subject to change and does not constitute an offer to 
deal at any price quoted.
Any reference to the terms of executed transactions should be treated as 
preliminary only and subject to our formal written confirmation.





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

Reply via email to