Musachy Barroso wrote:
Fair enough.
My only other issue with this extra try/catch block is that it seems too
broad. The inner catch is for Exception, which I think means the outer
catch for IOException can never be triggered...
The URI constructor of File says the argument must be "An abso
Fair enough.
musachy
On Mon, Jun 9, 2008 at 11:17 AM, Dale Newfield <[EMAIL PROTECTED]> wrote:
> Musachy Barroso wrote:
>>
>> I think "file".equalsIgnoreCase(uri.getScheme()) already covers that,
>> doesn't it?
>
> No. All that checks is that it has a scheme (and is thus not relative), and
> tha
Musachy Barroso wrote:
I think "file".equalsIgnoreCase(uri.getScheme()) already covers that,
doesn't it?
No. All that checks is that it has a scheme (and is thus not relative),
and that scheme is "file".
Here's the values returned by that iterator for my app running under
glassfish on XP:
I think "file".equalsIgnoreCase(uri.getScheme()) already covers that,
doesn't it?
musachy
On Mon, Jun 9, 2008 at 1:44 AM, Dale Newfield <[EMAIL PROTECTED]> wrote:
> Musachy Barroso wrote:
>>
>> Yes, try/catching errors there is a good idea. I will fix it, and log
>> the exception.
>
> Thank you f
Musachy Barroso wrote:
Yes, try/catching errors there is a good idea. I will fix it, and log
the exception.
Thank you for adding that. Can I lobby you also modify your "make sure
it's a file uri" check to be "make sure it's a non-opaque file uri"?
(I.E.: Also check for !uri.isOpaque() .)
Yes, try/catching errors there is a good idea. I will fix it, and log
the exception.
musachy
On Sat, Jun 7, 2008 at 1:58 PM, Dale Newfield <[EMAIL PROTECTED]> wrote:
> Struts Two wrote:
>>
>> Hi:
>> I think this is because an existing bug in struts 2. I have been
>> experienceing the same issue f
Struts Two wrote:
Hi:
I think this is because an existing bug in struts 2. I have been experienceing
the same issue for sometime. There are two JIRA issues opened for this. You can
refer to : WW-2633 and WW-2642 .
My problem appears to be related to yours, but with a different source.
Both
Could you try the latest xwork trunk?
musachy
On Sat, Jun 7, 2008 at 10:36 AM, Struts Two <[EMAIL PROTECTED]> wrote:
> Hi:
> I think this is because an existing bug in struts 2. I have been
> experienceing the same issue for sometime. There are two JIRA issues opened
> for this. You can refer t
Hi:
I think this is because an existing bug in struts 2. I have been experienceing
the same issue for sometime. There are two JIRA issues opened for this. You can
refer to : WW-2633 and WW-2642 .
__
Get a sneak peak at messa
Musachy Barroso wrote:
I've done a bunch of searching to try to find where that classpath is
constructed, or any other reports of similar issues, but found neither.
In ClassLoaderUtil probably.
ClassLoaderUtil is an xwork class. While looking at it earlier today I
did find a bug (submitted
> I've done a bunch of searching to try to find where that classpath is
> constructed, or any other reports of similar issues, but found neither.
In ClassLoaderUtil probably.
musahcy
--
"Hey you! Would you help me to carry the stone?" Pink Floyd
-
I recognize that this isn't specifically an xwork question, but I'm
investigating a bug that's tickled by xwork code, and I was hoping
someone might be able to point to where I should be asking this question...
I'm trying to get my struts2 app running under Sun's glassfish
distribution on a wi
12 matches
Mail list logo