[ 
https://issues.apache.org/struts/browse/WW-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41110
 ] 

Antonio Petrelli commented on WW-1942:
--------------------------------------

Well, at least there is a progress
I modified BaseTemplateEngineTest: when a path contains spaces, they are 
converted to %20. Converting from URL to file, the spaces remain as %20, but 
they need to be converted as spaces.

Another note.
The other failing test (about XSLT transform), the default transformer (in JDK) 
fails to find "validators.xml". So I tried (locally) to add a dependency to 
Xalan (with test scope).
I have a progress: it finds validators.xml, but it fails finding its DTD, 
because it tries to download it (it cannot download since the proxy is not 
set). I think that a registration to:
http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd
should be added. Is it possible to add such a registration in XSLTResult?


> Struts 2 core tests fails under Java 6.0
> ----------------------------------------
>
>                 Key: WW-1942
>                 URL: https://issues.apache.org/struts/browse/WW-1942
>             Project: Struts 2
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.0.7
>         Environment: JDK 6.0u1, Linux (Kubuntu 7.06)
> JDK 6.0u1, Windows XP SP2
>            Reporter: Antonio Petrelli
>         Assigned To: Don Brown
>             Fix For: 2.0.8
>
>         Attachments: S2-Linux-JDK6.zip, S2-Windows-JDK6u1.zip
>
>
> Struts 2 and Struts 2 core tests fail under JDK 6.0.
> The same tests, under JDK 5.0 finish correctly.
> The problem is present both under Linux and under Windows, though it seems 
> that under Linux there are 10 failures and under Windows 12.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to