Hi,
Am 07.11.2012 um 22:25 schrieb Ian Boston:
> On 8 November 2012 00:19, Felix Meschberger wrote:
>> Hi,
>>
>> Am 07.11.2012 um 14:03 schrieb Carsten Ziegeler:
>>
>>> Hi,
>>>
>>> do you mean using Servlet API 3 or emulating it?
>>
>> If Sling sees that it is running in a Servlet API 3 cont
On 8 November 2012 00:19, Felix Meschberger wrote:
> Hi,
>
> Am 07.11.2012 um 14:03 schrieb Carsten Ziegeler:
>
>> Hi,
>>
>> do you mean using Servlet API 3 or emulating it?
>
> If Sling sees that it is running in a Servlet API 3 container, the Sling's
> ParameterSupport should properly integrate
Hi,
Am 07.11.2012 um 14:03 schrieb Carsten Ziegeler:
> Hi,
>
> do you mean using Servlet API 3 or emulating it?
If Sling sees that it is running in a Servlet API 3 container, the Sling's
ParameterSupport should properly integrate with the Servlet API 3 API.
I see three options:
(a) The Sling
Hi,
do you mean using Servlet API 3 or emulating it?
Regards
Carsten
2012/11/7 Felix Meschberger :
> Hi all,
>
> I just realized, that in Servlet API 3 there is now official support for
> servlet containers to handle multi-part/form-data requests and expose them
> through the request:
>
>p
Hi all,
I just realized, that in Servlet API 3 there is now official support for
servlet containers to handle multi-part/form-data requests and expose them
through the request:
public Collection getParts()
public Part getPart(String name)
Where Part has these methods:
void delete()