On Mar 9, 2013, at 4:57 PM, Mark Thomas wrote:
> Nick Williams wrote:
>
>>
>> On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote:
>>
>>> Renaming the method is fine.
>>>
>>> We don't change the API for the sake of it but if there is a need to
>> then it is fine.
>>>
>>> Mark
>>
>> Look at you t
Nick Williams wrote:
>
>On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote:
>
>> Renaming the method is fine.
>>
>> We don't change the API for the sake of it but if there is a need to
>then it is fine.
>>
>> Mark
>
>Look at you top-posting. :-P
:-)
Sorry. Mobile client wasn't configured properly
2013/3/10 Nick Williams :
>
> On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote:
>
>> Renaming the method is fine.
>>
>> We don't change the API for the sake of it but if there is a need to then it
>> is fine.
>>
>> Mark
>
> Look at you top-posting. :-P
>
> You replied just as I was. I deprecated getF
On Mar 9, 2013, at 3:49 PM, Mark Thomas wrote:
> Renaming the method is fine.
>
> We don't change the API for the sake of it but if there is a need to then it
> is fine.
>
> Mark
Look at you top-posting. :-P
You replied just as I was. I deprecated getFilename and wrapped it around
getSubmit
On Mar 9, 2013, at 3:15 PM, Nick Williams wrote:
> I'm implementing the Part#getSubmittedFileName method introduced in
> SERVLET_SPEC-57 [1].
>
> o.a.c.core.ApplicationPart already has a getFilename method that accomplishes
> this that is not part of the interface but IS public. This method is
Renaming the method is fine.
We don't change the API for the sake of it but if there is a need to then it is
fine.
Mark
Nick Williams wrote:
>I'm implementing the Part#getSubmittedFileName method introduced in
>SERVLET_SPEC-57 [1].
>
>o.a.c.core.ApplicationPart already has a getFilename metho
I'm implementing the Part#getSubmittedFileName method introduced in
SERVLET_SPEC-57 [1].
o.a.c.core.ApplicationPart already has a getFilename method that accomplishes
this that is not part of the interface but IS public. This method is used only
in o.a.c.connector.Request (once), but that's eas