Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
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

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Mark Thomas
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

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Konstantin Kolinko
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

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread 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 getFilename and wrapped it around getSubmit

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
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

Re: Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Mark Thomas
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

Question on SERVLET_SPEC-57 (getSubmittedFileName)

2013-03-09 Thread Nick Williams
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