TextureData problem/bug?

Hi all,
I’m working with WWJ 0.3 that uses (I think so) JOGL version 1.1.1-pre-20070918.

I was using this sentence:
SurfaceImage.this.textureData = TextureIO.newTextureData(iconStream, false, null);

(note the mipmap=false) to load texturadata that later I pass to a texture object.
With this, some images renders as white textures and some renders right.

I have changed the sentence putting mipmap to true and all renders right.

Is this a bug? I understand that mipmap doesn’t would affect that, no?

Thanks a lot.

Sounds like a bug. Can you please file a bug with the JOGL Issue Tracker and provide the image that isn’t loading correctly when mipmapping is disabled?