Struts Hackathon in Germany

2013-07-16 Thread Christian Grobmeier
Hello all, I would like to invite you to a Struts Hackathon in Augsburg, Germany. The Hackathon is free, thanks to our sponsor of GFU. GFU provides a lot of great trainings. Please see more information here: http://strutsathon.opensource.io/ If you would like to join us, please let us know. Ther

[ANN] Struts 2.3.15.1 GA (fast track | security | critical)

2013-07-16 Thread Rene Gielen
The Apache Struts group is pleased to announce that Struts 2.3.15.1 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed

RE: S2 custom authentication: remembering original request

2013-07-16 Thread Dave Newton
On Jul 16, 2013 5:20 AM, "Martin Gainty" wrote: > > be careful when storing params into session during redirect > > remember redirect invalidates the original session and creates a brand new session from client's browser That would mean if you redirected you'd be logged out every time. That would

Re: S2 custom authentication: remembering original request

2013-07-16 Thread Antonio Sánchez
El Martes, 16 de julio de 2013 05:20:05 Martin Gainty escribió: > be careful when storing params into session during redirect > > remember redirect invalidates the original session and creates a brand new > session from client's browser It's working in my test (Tomcat). The question is: does a r

Re: S2 custom authentication: remembering original request

2013-07-16 Thread Antonio Sánchez
El Martes, 16 de julio de 2013 09:59:27 Antonios Gkogkakis escribió: > You don't have to store text, you can store Object or even the File itself. > it depend on where/when you extract the params from the original request In the interceptor. But the interceptor is not responsible of uploading. I

RE: S2 custom authentication: remembering original request

2013-07-16 Thread Martin Gainty
be careful when storing params into session during redirect remember redirect invalidates the original session and creates a brand new session from client's browser Best to tuck away the old parameters anywhere but in the session then construct redirect with Location header pointing to the new

Re: S2 custom authentication: remembering original request

2013-07-16 Thread Antonios Gkogkakis
You don't have to store text, you can store Object or even the File itself. it depend on where/when you extract the params from the original request Antonios On 16 July 2013 09:51, Antonio Sánchez wrote: > El Martes, 16 de julio de 2013 09:16:12 Antonios Gkogkakis escribió: > > Hi Antonio, > >

Re: S2 custom authentication: remembering original request

2013-07-16 Thread Antonio Sánchez
El Martes, 16 de julio de 2013 09:16:12 Antonios Gkogkakis escribió: > Hi Antonio, > > I don't see anything different with the multipart requests, are you > experiencing issues? I'll try to test multipart requests and will let you know. I must first review file uploading. The potential problem I

Re: S2 custom authentication: remembering original request

2013-07-16 Thread Antonios Gkogkakis
Hi Antonio, I don't see anything different with the multipart requests, are you experiencing issues? >>One more question: What should I do in case the original request is a multipart request? For instance: select picture -> click upload -> >>authentication -> upload action. On 15 July 2013 18:1

Re: Extending Template

2013-07-16 Thread Lukasz Lenart
2013/7/9 Alireza Fattahi : > Yes it is a typo. > I have this in the > struts.xml Anyway, this constant isn't needed if you don't change the default location ("template"). Right now there is a bit mess with theme support. Basically if you want to change theme globally you must copy all the paren

Re: Error while using struts-jquery-plugin 3.6.0 + sitemesh-2.4.2.jar + struts 2.3.15

2013-07-16 Thread Lukasz Lenart
2013/7/15 Sreekanth S. Nair : > Sorry i didn get you. > > You mean directly under WebContant folder? Is like this the following > > struts2-core.jar/ template to WebContent/template > struts2-jquery-plugin/template to WebContent/template (as it is or static > and .flt should be in seperate folder )

Re: json validation with utf-8 error messages

2013-07-16 Thread Lukasz Lenart
2013/7/15 Alireza Fattahi : > Hi, > > I used to save the messages.resources with UTF-8 encoding > and the showed correctly but the json validation > messages not! > > I saved mesages.resource with ansi encoding and chaned all strings from > native to ascii ( by http://native2ascii.net/ ) > the j