Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-10-19 Thread Fjodor Vershinin
Hi, I had reviewed patches left from summer. There are patches for supporting property configurator, SPNEGO module and some refactorings. You can have a look here: https://github.com/fjodorver/tomcat/tree/feature/spnego The next thing I would like to polish JASPIC implementation in order to get it

Re: JASPIC configuration

2015-07-05 Thread Fjodor Vershinin
ence in me. I'm very happy to continue working on this project. Fjodor 2015-07-03 23:48 GMT+03:00 Mark Thomas : > On 03/07/2015 18:55, Fjodor Vershinin wrote: > > > For example the way how we handle module configurations. What do > > you think about my proposal to use Provi

JASPIC Implementation pointers

2015-07-03 Thread Fjodor Vershinin
> On 03/07/2015 15:42, Fjodor Vershinin wrote: > > I am working on polishing FORM authentication module code. I will > continue > > with that this evening. > > OK. I'm commenting on commits as I apply them. Some of them have > suggestions for further improvements.

Re: JASPIC Implementation pointers

2015-07-03 Thread Fjodor Vershinin
. Thanks, Fjodor 2015-07-03 17:16 GMT+03:00 Fjodor Vershinin : > >> Another option would be to define a jaspic element for server.xml / >> context.xml that is nested in a Context and if present takes precedence >> for JASPIC config. For that to work modules would have t

Re: JASPIC Implementation pointers

2015-07-03 Thread Fjodor Vershinin
> > > Another option would be to define a jaspic element for server.xml / > context.xml that is nested in a Context and if present takes precedence > for JASPIC config. For that to work modules would have to: > - have zero arg constructors > - be fully configurable via setters > - use simple types

Re: JASPIC Implementation pointers

2015-07-03 Thread Fjodor Vershinin
2015-07-03 15:31 GMT+03:00 Mark Thomas : > On 03/07/2015 07:37, Fjodor Vershinin wrote: > > Hi! > > Unfortunately, commit rearrangement requires some more effort from me, > so I > > haven't finished it yesterday. > > I need some more time to fix checkstyl

Re: JASPIC Implementation pointers

2015-07-02 Thread Fjodor Vershinin
Hi! Unfortunately, commit rearrangement requires some more effort from me, so I haven't finished it yesterday. I need some more time to fix checkstyle errors and so on. We can change the way users have to configure it. For example, we could > say they have to use programmatic configuration via the

Re: JASPIC Implementation pointers

2015-07-02 Thread Fjodor Vershinin
015-06-30 0:56 GMT+03:00 Mark Thomas : > On 29/06/2015 22:46, Fjodor Vershinin wrote: > > Hi, all! > > My update for previous week: > > 1) Some JASPIC architecture refactoring > > 2) Implemented both BASIC and DIGEST authentication modules > > 3) Added integr

Re: JASPIC Implementation pointers

2015-06-29 Thread Fjodor Vershinin
commits prepared but they are in very-very draft stage now, so I'd not pushed them yet. Also, I tried to start working on BASIC integration test, but FORM authentication looks like priority now. Thanks, Fjodor 2015-06-26 11:16 GMT+03:00 Mark Thomas : > On 25/06/2015 20:50, Fjodor Vershin

Re: JASPIC Implementation pointers

2015-06-25 Thread Fjodor Vershinin
for validating DIGEST auth module, however one test case is ignored, because not implemented yet. 5) Updated some javadocs to make them more specific and clear. BR, Fjodor 2015-06-23 23:18 GMT+03:00 Mark Thomas : > On 23/06/2015 16:50, Fjodor Vershinin wrote: > > Hi there! > > >

Re: JASPIC Implementation pointers

2015-06-23 Thread Fjodor Vershinin
Hi there! > You still need to address the issue of a unique name for the JASPIC app > context. I see your point. However, tomcat's implementation of uniqueness is against JASPIC 1.1 specification. We must somehow document this feature. > > 1) I have prepared mechanism for registration embedded

Re: JASPIC Implementation pointers

2015-06-22 Thread Fjodor Vershinin
:47 GMT+03:00 Mark Thomas : > On 17/06/2015 08:32, Fjodor Vershinin wrote: > > Could you provide me your eclipse config files for this project? I think > it > > would be most convenient way to fix such kind issues. > > This is something that would have been covered during co

Re: JASPIC Implementation pointers

2015-06-17 Thread Fjodor Vershinin
Hi, Mark! I'd updated my jaspic-implementation branch, where I have updated version. Thank you for your comments, almost all of this issues has been fixed. > The patch triggered a number of basic IDE warnings that should have been already fixed (use of <> and@Override) Could you provide me your e

Re: JASPIC Implementation pointers

2015-06-15 Thread Fjodor Vershinin
2015-06-15 17:53 GMT+03:00 Mark Thomas : > On 15/06/2015 12:14, Fjodor Vershinin wrote: > > Hi, all! > > Here is my report for previous week. I'd ported JASPIC api classes and > > implemented skeleton for JASPIC support. The skeleton was implemented > using > >

Re: JASPIC Implementation pointers

2015-06-15 Thread Fjodor Vershinin
Hi, all! Here is my report for previous week. I'd ported JASPIC api classes and implemented skeleton for JASPIC support. The skeleton was implemented using plan proposed by Mark. It contains very basic AuthConfigFactory, callback handler's, and JaspicAuthenticator. I did some hacking on weekend wit

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-06-11 Thread Fjodor Vershinin
Hi, David! > Is the hope that these existing forms of auth will be ported and plugged > in through the JASPIC support? That would be quite excellent if so. > Yes, this is our main goal, actually. Implementing JASPIC is only part of my GSOC project. -- Thanks, Fjodor

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-06-10 Thread Fjodor Vershinin
master/src/main/java/org/omnifaces/security/jaspic/authmodules/BasicAuthModule.java > > Calling out to the "identity store" is however not standardised yet (the > example code simply uses CDI) and has to be done in a Tomcat specific way. > > Kind regards, > Arjan Tijm

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-05-04 Thread Fjodor Vershinin
Good news, everyone! I am happy to announce that our project has been accepted to participate in GSoC. Now it's community binding period, so I need to introduce myself to other developers. Some brief information about me: My name is Fjodor Vershinin, I am 2'th grade computer science st

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-03-04 Thread Fjodor Vershinin
Hello! It looks like ASF has been selected for GSOC 2015 and I am interested in pushing this project forward. So, in meantime I'll start writing proposal and hope this project will be selected to participate in Gsoc program. Best regards, Fjodor. 2015-02-10 22:44 GMT+02:00 Arjan Tijms : > Hi, > >

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in Tomcat 7.0.x

2015-02-10 Thread Fjodor Vershinin
Hello! I am CS student and it looks like that this task is quite interesting. I would take it for GSOC if ASF organization will be selected. Currently I have some time to do research in Tomcat codebase. Could you provide me some entry points? Thanks, Fjodor -- View this message in context: http