You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/06/02 17:46:05 UTC

DO NOT REPLY [Bug 15302] - XSPUtil.relativeFilename() throws NPE

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15302>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

XSPUtil.relativeFilename() throws NPE

mb@blumenstrasse.vol.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From mb@blumenstrasse.vol.at  2003-06-02 15:46 -------
Joerg,

i can confirm the fix, no NPE is thrown any more.

But relativeFilename returns really strange results now:

I placed the test file directly in webapps/cocoon. When I call
"XSPUtil.relativeFilename("sitemap.xmap", this.objectModel)"
I get back: "jndi:/localhost"

(tested with latest 2.0 snapshot)