Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-15 Thread Henri Gomez
As described above, you're trying to use an illegal URL, which goes above the top of the webapp's namespace. You'll need to use absolute "file:" or "http:" type URLs, or provide your own EntityResolver that does whatever you want it to do. The only way to developpers and admins to have it wor

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-15 Thread Henri Gomez
Jean-Francois Arcand a écrit : Henri Gomez wrote: I traced TC 5.0 and Digester and suspect what could be the problem with external entities when only SYTEM is defined ie : In Digester.java, at least in the 1.5 release, resolveEntity return null if publicId is null even if systemId is set. To

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Craig R. McClanahan
Henri Gomez wrote: I traced TC 5.0 and Digester and suspect what could be the problem with external entities when only SYTEM is defined ie : In Digester.java, at least in the 1.5 release, resolveEntity return null if publicId is null even if systemId is set. To make it works, I just replaced :

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Jean-Francois Arcand
Henri Gomez wrote: I traced TC 5.0 and Digester and suspect what could be the problem with external entities when only SYTEM is defined ie : In Digester.java, at least in the 1.5 release, resolveEntity return null if publicId is null even if systemId is set. To make it works, I just replaced :

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Henri Gomez
Bill Barker a écrit : - Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 12:42 AM Subject: Re: Digester and external entities with systemId only : Was: Important

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 12:42 AM Subject: Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next]

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Henri Gomez
Bill Barker a écrit : You will probably get more traction by posting to commons-dev. While tomcat-dev still has a couple of commons committers (and, no, I'm not one of them) that hang out here, its not like the old days :(. Sure but Remy has written the Digester so it must still be commiter :-)

Re: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Bill Barker
o: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 12:29 AM Subject: Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ? > I traced TC 5.0 and Digester and suspect what could be the proble

Re: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Henri Gomez
Craig R. McClanahan a écrit : Henri Gomez wrote: CF w3c.org ... relative URIs are relative to the location of the resource within which the entity declaration occurs. http://www.w3.org/TR/REC-xml#sec-external-ent As long as Tomcat uses the Digester.parse() entry point that takes an InputSou

Digester and external entities with systemId only : Was: Important requirement : Re: [next] What's next ?

2003-10-14 Thread Henri Gomez
I traced TC 5.0 and Digester and suspect what could be the problem with external entities when only SYTEM is defined ie : In Digester.java, at least in the 1.5 release, resolveEntity return null if publicId is null even if systemId is set. To make it works, I just replaced : -- if (enti

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Craig R. McClanahan
Henri Gomez wrote: CF w3c.org ... relative URIs are relative to the location of the resource within which the entity declaration occurs. http://www.w3.org/TR/REC-xml#sec-external-ent As long as Tomcat uses the Digester.parse() entry point that takes an InputSource, and properly specifies the s

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
The base should be the location of web.xml (la prochaine fois j'envoie un mail en français :---) +1 ;-) Time for a Tomcat Dev French Forum, to fix these language problems ? ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Jean-Francois Arcand
Henri Gomez wrote: Remy Maucherat a écrit : Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I lik

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
CF w3c.org ... relative URIs are relative to the location of the resource within which the entity declaration occurs. http://www.w3.org/TR/REC-xml#sec-external-ent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Glenn Nielsen wrote: Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Glenn Nielsen
Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be p

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Henri Gomez wrote: Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Remy Maucherat a écrit : Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Well it will be problematic for all TC

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Remy Maucherat
Henri Gomez wrote: No reply for this request ? Should I assume I could start to work on settings the currentWorking dir at web.xml dir location at web.xml parsing time ? I like basing the resolution on the host appBase a lot more. Remy --

Re: Important requirement : Re: [next] What's next ?

2003-10-13 Thread Henri Gomez
Henri Gomez a écrit : Remy Maucherat a écrit : Henri Gomez wrote: Henri Gomez a écrit : Note: I really love Xerces' error messages. Great it seems to works with : http://java.sun.com/dtd/web-app_2_3.dtd"; [ %appconf; ] > Servlet 2.4 Examples Servlet 2.4 Examples.

Important requirement : Re: [next] What's next ?

2003-10-09 Thread Henri Gomez
Remy Maucherat a écrit : Henri Gomez wrote: Henri Gomez a écrit : Note: I really love Xerces' error messages. Great it seems to works with : http://java.sun.com/dtd/web-app_2_3.dtd"; [ %appconf; ] > Servlet 2.4 Examples Servlet 2.4 Examples. . So should I assu