Thanks for the patches you have been sending, however the proper place
for these is via a JIRA issue.

It's much easier to keep track of patches via Jira - e-mails can
easily get overlooked, and it can be hard to find the patches if they
are not dealt with immediately.

Please could you create JIRA issues and attach the patches?
Make sure you grant the ASF the licence to use them.

See

https://issues.apache.org/jira/browse/DIGESTER

Thanks very much.

On 16/11/2008, Volker Karlmeier <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>  Hash: SHA1
>
>  Index:
> /home/volker/workspace/commons-digester/src/java/org/apache/commons/digester/Digester.java
> ===================================================================
>  - ---
> /home/volker/workspace/commons-digester/src/java/org/apache/commons/digester/Digester.java
>    (revision 718060)
>  +++
> /home/volker/workspace/commons-digester/src/java/org/apache/commons/digester/Digester.java
>    (working copy)
>  @@ -1599,7 +1599,10 @@
>  ~             if (systemId == null) {
>  ~                 // cannot resolve
>  ~                 if (log.isDebugEnabled()) {
>  - -                    log.debug(" Cannot resolve entity: '" + entityURL +
> "'");
>  +                    if (entityURL == null)
>  +                        log.debug(" Cannot resolve entity: entityURL is
> null");
>  +                    else
>  +                        log.debug(" Cannot resolve entity: '" + entityURL
> + "'");
>  ~                 }
>  ~                 return (null);
>
>
>  - --
>  - -------------------------------
>
>  Volker Karlmeier
>  Friedrich-Freye-Str. 61
>  45481 Mülheim/Ruhr
>
>  Tel. :  (+49) 208-7785675
>  Mobil:  (+49) 176-21056587
>  Mail :  [EMAIL PROTECTED]
>
>  -----BEGIN PGP SIGNATURE-----
>  Version: GnuPG v1.4.7 (GNU/Linux)
>
> iD8DBQFJIH5ZaEMQXBIqssERAn18AJ4qPN8FNtyKRF+wboq+DMDPNCB1kwCgj4N1
>  oV3ZDsRrDcY3KHBEopu+YI4=
>  =JRPQ
>  -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to