vice() {
> public Object getSalt(UserDetails user) {
> return null;
> }
> };
>
> configuration.add(AliasContribution.create(SaltSourceService.class,
> saltSource));
> }
>
>
I Just got this error and I could not figure it out yet.
java.lang.RuntimeException: Service id 'SaltSource' has already been defined
by
nu.localhost.tapestry5.springsecurity.services.SecurityModule.buildSaltSource(String)
(at SecurityModule.java:121) and may not be redefined by
nu.localhost.tape
Hi,
I am using PlainText password encoder now to test before I can change logic
to provision UserDetails with MD5 or SHA encoded password. The problems are:
1. org.springframework.security append saltsource to plain text password if
saltsource is not null or emtpy. If my password is 123456 and m
> you can put them into your web.xml file:
>
>
> PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
>
> MyApp
>
> tapestry.supported-local
hardcoded value in AppModule.contributeApplicationDefaults method is not a
best practice.
class AppModule {
..
public static void contributeApplicationDefaults(
MappedConfiguration configuration ) {
configuration.add( SymbolConstants.SUPPORTED_LOCALES, "de,en" );
I am looking at tapestry-spring-security now. I have one question though,
1. If I do not use hibernate but JDBC, then what AuthenticationProvider
should be? Should it be OK with daoAuthenticationProvider? How is about if I
am using OpenJPA instead of Hibernate?
public static void contrib
That server is slow. It takes quite long to access to that server.
-B
Robin Helgelin wrote:
>
> On Mon, Oct 27, 2008 at 2:22 PM, Mahen Perera
> wrote:
>> nslookup is giving me:
>>
>> "DNS request timed out.
>>timeout was 2 seconds."
>
>> Also, when I try to use the IP 212.247.86.108 , I
tapestry5 does not work with T5 5.0.18. I got error messages that say
serivice SaltSource is built twice. If I removed the buildSourceSource
static method. The error went away.
Also tapestry5-acegi depends on acegi old version 1.0x which hinders to
projects that integrates with SpringFramework la
1. Has anyone figured out how to use Tapesry5-acegi with SpringSecurity 2.0.4
and Tapestry5 5.0.18 yet? I have tried the last few days to recompile
tapestry5 against SpringSecurity 2.0.4 but have not made any progress yet.
2. I have read Tapestry5 howto to find out alternative way to use
springse