Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-13 Thread George Christman
Created a JIRA issue yesterday :) https://issues.apache.org/jira/browse/TAP5-2471 On Mon, Apr 13, 2015 at 12:30 PM, Dimitris Zenios wrote: > Tapestry itself does not contribute any configuration to the > RequestExceptionHandler service. > > One of the project that contributes a configuration i

Re: DefaultRequestExceptionHandler not redirect xhr request to a secure link

2015-04-13 Thread Dimitris Zenios
Tapestry itself does not contribute any configuration to the RequestExceptionHandler service. One of the project that contributes a configuration is tapestry-security "configuration.add(ShiroException.class, SecurityExceptionHandlerAssistant.class);" So if the exceptions you are testing are not o

Re: Tapestry Upload MaxFileSize

2015-04-13 Thread Dimitris Zenios
Hello Tapestry-upload uses commons-fileupload internally.In the other hand MultipartConfig is for servlet 3 and it triggers the servlets builtin multipart/form-data request body parsing. So tapestry-upload cannot be used if you are using MultiPartConfig since the request was already parsed via Se